libreǝvent uses plain HTML start pages, such that you can create your own start page or use one of the included start page templates. You may also upload new start page templates, as explained here or you may also create a complete custom one yourself, as explained here
+libreǝvent uses plain HTML start pages, such that you can create your own start page or use one of the included start page templates. You may also upload new start page templates, as explained here or you may also create a completely custom one yourself, as explained here
Currently, libreǝvent has the following start page templates included by default:
- Default diff --git a/website/src/contributing/code-of-conduct.md b/website/src/contributing/code-of-conduct.md index 8ed4d83..a888615 100644 --- a/website/src/contributing/code-of-conduct.md +++ b/website/src/contributing/code-of-conduct.md @@ -1 +1,9 @@ -# Code of Conduct \ No newline at end of file +# Code of Conduct + +If you would like to contribute code to libreevent, we'd like you to follow the following guidelines. +- Any code you want to contribute should have a reason to exist, please, if you find a bug or you have any idea for what you might want to contribute, ask around on GitHub, not that you do something nobody has use for or somebody else is already working on. +- Always be polite to other developers. They spend their free-time working on this project. Even if the code is not as good as you might want it to be, don't start to offend people, give them some constructive criticism or suggestions on how they can improve it. +- All the code that you produce should in no way be harmful to the consumer. If you have a proof-of-concept for a potential exploit, we'd like you to share it with us. +- If you have code that is unfinished and you don't have the time or willingness to finish it, please open a PR as a draft and we'll mark it as up for grabs. +- Please do some testing on the code you write to make sure it works as expected. We will also do our own testing, but we expect you to have checked that everything is working as it should beforehands. +- Please follow our programming style and make sure that eslint does not show any errors with the code you just wrote. diff --git a/website/src/contributing/design-guidelines.md b/website/src/contributing/design-guidelines.md index a4dff35..cb72ea4 100644 --- a/website/src/contributing/design-guidelines.md +++ b/website/src/contributing/design-guidelines.md @@ -1,2 +1,3 @@ # Design Guidelines +Everything in libreevent should be designed in a way that puts legibility and ease of use as its priority, instead of opting for special effects that are, undeniably, nice, but do not contribute to improved usability and, as every effect needs some lines of code, also wastes bandwidth that is very limited if a lot of people access the sites simultaneously. \ No newline at end of file