Update and rename CONTRIBUTING.md to pull_request_template.md
This commit is contained in:
parent
1e58ef988a
commit
19a8cecd63
16
.github/CONTRIBUTING.md
vendored
16
.github/CONTRIBUTING.md
vendored
@ -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
8
.github/pull_request_template.md
vendored
Normal 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.
|
Reference in New Issue
Block a user