diff options
author | fivenp <mh@fivenp.com> | 2022-12-07 17:31:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-07 17:31:57 +0100 |
commit | a97ee577453087d599d9b848f82fbbb4669a387e (patch) | |
tree | 19c22fa5bde78c1d1b8d445de4612501ac2e7887 /DESIGN.md | |
parent | 1357cf619189cf8229f2e860416f932dd559f6af (diff) | |
download | nextcloud-server-a97ee577453087d599d9b848f82fbbb4669a387e.tar.gz nextcloud-server-a97ee577453087d599d9b848f82fbbb4669a387e.zip |
docs(design): add basic design contribution guidelines
Signed-off-by: fivenp <mh@fivenp.com>
Diffstat (limited to 'DESIGN.md')
-rw-r--r-- | DESIGN.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/DESIGN.md b/DESIGN.md new file mode 100644 index 00000000000..7c12d0e9752 --- /dev/null +++ b/DESIGN.md @@ -0,0 +1,24 @@ +# Nextcloud Design contribution guidelines + +## 👋 Welcome + +At Nextcloud we want to make sure to have everything in place to enable designers to contribute – making our apps universally accessible and easy to use. + +## 🚢 How to contribute design + +We have a dedicated page with more in-detail guidelines on our website: +https://nextcloud.com/design/ + +**TL;DR** + +1. Check out open [issues](https://github.com/nextcloud/server/issues) here on GitHub (we label them with `design`) +2. Make sure create publicly accessible assets +3. Add your contributions to an issue and we promise we will review your contribution carefully and foster discussions + +[This issue](https://github.com/nextcloud/desktop/issues/877) has examples of other apps, some simple mockups, and specifications about the design. In the discussions in the comments there are updates to the design as well. + +[This pull request](https://github.com/nextcloud/desktop/pull/1565) by a developer has the implementation of that issue, the changes they made, and more design discussions and adjustments. + +**We encourage you to:** + +- Get in touch with the team by joining our [public Talk channel](https://cloud.nextcloud.com/call/gqff69i8) |