mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Update CONTRIBUTING.md
Co-authored-by: Kalila <69767640+digisomni@users.noreply.github.com>
This commit is contained in:
parent
51ebb12d29
commit
e5802a29f1
1 changed files with 4 additions and 4 deletions
|
@ -41,9 +41,9 @@ Tips for Pull Requests
|
|||
To make the QA process go as smoothly as possible.
|
||||
|
||||
1. Have a basic description in your pull request.
|
||||
2. Write a basic test plan if added features.
|
||||
3. If added any new api make sure they come with some documentation included.
|
||||
4. If accessing any external service make note of how to get a basic setup for these services or what they are based on.
|
||||
2. Write a basic test plan if you are altering or adding features.
|
||||
3. If a new API is added, try to make sure that some level of basic documentation on how you can utilize it is included.
|
||||
4. If an added API or feature requires an external service, try to document or link to instructions on how to create a basic working setup.
|
||||
|
||||
Reporting Bugs
|
||||
===
|
||||
|
@ -54,4 +54,4 @@ Reporting Bugs
|
|||
Requesting a Feature
|
||||
===
|
||||
1. Search [issues](https://github.com/kasenvr/project-athena/issues) to make sure that somebody has not already requested the same feature.
|
||||
2. [Add](https://github.com/kasenvr/project-athena/issues/new) your request to the issues list!
|
||||
2. [Add](https://github.com/kasenvr/project-athena/issues/new) your request to the issues list!
|
||||
|
|
Loading…
Reference in a new issue