Update and rename CONTRIBUTING.md to pull_request_template.md

This commit is contained in:
Matthew Ross 2020-11-16 13:08:30 -05:00 committed by GitHub
parent 1e58ef988a
commit 19a8cecd63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 16 deletions

View File

@ -1,16 +0,0 @@
## Contributing
### Reporting Issues
Fill out the template as completely as possible.
The more information you can provide, the easier it is to research your issue.
### Development
Fork the repository and make your changes on the `dev` branch.
Create a pull request against the `dev` branch to merge your changes with
the main repository.
Make sure to include/update unit tests.

8
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,8 @@
## Contributing
Fork the repository and make your changes on the `dev` branch.
Create a pull request against the `dev` branch to merge your changes with
the main repository.
Make sure to include/update unit tests as appropriate.