(#1) User reporting now complete

closes #1

Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
Louis Hollingworth 2023-06-14 18:43:50 +01:00
parent faca0b2fda
commit 6770bd8d35
Signed by: lucxjo
GPG key ID: A11415CB3DC7809B
7 changed files with 856 additions and 349 deletions

View file

@ -1,6 +1,7 @@
# How to contribute
<!-- TODO: Change <PROJECT_NAME> -->
Contributions to ER are highly encouraged and desired. Below are some guidelines that will help make the process as smooth as possible.
## Getting Started
@ -14,7 +15,7 @@ Contributions to ER are highly encouraged and desired. Below are some guidelines
## Suggesting Enhancements
- When submitting an issue for an enhancement, please be as clear as possible about why you think the enhancement is needed and what the benefit of
it would be.
it would be.
## Making Changes
@ -62,6 +63,7 @@ We are not infallible and as such the documentation may need corrections. Please
- Celebrate
## DCO
```text
Developer Certificate of Origin
Version 1.1
@ -101,6 +103,7 @@ By making a contribution to this project, I certify that:
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.
```
## Additional Resources
- [General GitHub documentation](https://help.github.com/)