Docs: Update CONTRIBUTING.md
This commit is contained in:
parent
86d2eb3192
commit
23c869e9e9
1 changed files with 14 additions and 2 deletions
|
@ -2,12 +2,26 @@
|
||||||
|
|
||||||
We welcome contributions of any kind, including blog posts, tutorials, testing, writing documentation, and pull requests.
|
We welcome contributions of any kind, including blog posts, tutorials, testing, writing documentation, and pull requests.
|
||||||
|
|
||||||
|
## Upcoming Features and Improvements ##
|
||||||
|
|
||||||
|
The [public roadmap](https://github.com/photoprism/photoprism/projects/5) shows what tasks are in progress,
|
||||||
|
what needs testing, and which features are going to be implemented next.
|
||||||
|
|
||||||
|
You are welcome to [submit specific feature requests](https://docs.photoprism.app/developer-guide/issues/) if you have verified that no similar
|
||||||
|
[idea](https://github.com/photoprism/photoprism/labels/idea) or [todo](https://github.com/photoprism/photoprism/labels/todo)
|
||||||
|
already exists. Give ideas you like a thumbs-up 👍 , so that we know what is most popular.
|
||||||
|
|
||||||
## Questions? ##
|
## Questions? ##
|
||||||
|
|
||||||
Follow us on [Twitter](https://twitter.com/photoprism_app) or join our [Community Chat](https://gitter.im/browseyourlife/community)
|
Follow us on [Twitter](https://twitter.com/photoprism_app) or join our [Community Chat](https://gitter.im/browseyourlife/community)
|
||||||
to get regular updates, connect with other contributors, and discuss your ideas.
|
to get regular updates, connect with other contributors, and discuss your ideas.
|
||||||
Our [Code of Conduct](CODE_OF_CONDUCT.md) explains the "dos and don’ts."
|
Our [Code of Conduct](CODE_OF_CONDUCT.md) explains the "dos and don’ts."
|
||||||
|
|
||||||
|
## We Love Feedback ##
|
||||||
|
|
||||||
|
An important part of our journey is to explore new ways in product development and build better software through simplicity
|
||||||
|
and consistent use of community feedback. You are always [welcome to share your thoughts](https://photoprism.app/contact) with us.
|
||||||
|
|
||||||
## Reporting Bugs ##
|
## Reporting Bugs ##
|
||||||
|
|
||||||
Before reporting a bug, please use our [Troubleshooting Checklists](https://docs.photoprism.app/getting-started/troubleshooting/)
|
Before reporting a bug, please use our [Troubleshooting Checklists](https://docs.photoprism.app/getting-started/troubleshooting/)
|
||||||
|
@ -17,8 +31,6 @@ to determine the cause of your problem. If you have a general question, need hel
|
||||||
- you are welcome to ask in our [Community Chat](https://gitter.im/browseyourlife/community)
|
- you are welcome to ask in our [Community Chat](https://gitter.im/browseyourlife/community)
|
||||||
- and post your question in [GitHub Discussions](https://github.com/photoprism/photoprism/discussions)
|
- and post your question in [GitHub Discussions](https://github.com/photoprism/photoprism/discussions)
|
||||||
|
|
||||||
In addition, [sponsors](https://docs.photoprism.app/funding/) receive direct [technical support](https://photoprism.app/contact) via email.
|
|
||||||
|
|
||||||
**When reporting a problem, always include the software versions you are using and [other information about your environment](https://github.com/photoprism/photoprism/blob/develop/.github/ISSUE_TEMPLATE/bug_report.md) such as [browser](https://docs.photoprism.app/getting-started/troubleshooting/browsers/), browser plugins, operating system, storage type, memory size, and processor.**
|
**When reporting a problem, always include the software versions you are using and [other information about your environment](https://github.com/photoprism/photoprism/blob/develop/.github/ISSUE_TEMPLATE/bug_report.md) such as [browser](https://docs.photoprism.app/getting-started/troubleshooting/browsers/), browser plugins, operating system, storage type, memory size, and processor.**
|
||||||
|
|
||||||
## Pull Requests ##
|
## Pull Requests ##
|
||||||
|
|
Loading…
Reference in a new issue