diff options
author | Ethan <git@ethanlibs.co> | 2022-06-02 11:50:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-02 17:50:38 +0200 |
commit | 6d3e8122efeda768e9331b8d707eca556942a16a (patch) | |
tree | db258ba5b917fa9550326d6d794697ee1cfec46f /.github/pull_request_template.md | |
parent | f77c856cdde7ec365be7c448f2dd8cc18d0f1f32 (diff) | |
download | OneConfig-6d3e8122efeda768e9331b8d707eca556942a16a.tar.gz OneConfig-6d3e8122efeda768e9331b8d707eca556942a16a.tar.bz2 OneConfig-6d3e8122efeda768e9331b8d707eca556942a16a.zip |
Issue templates, PR templates, Contributing.md Patch (#30)
* Fix spelling and add a couple of things.
* Create pull_request_template.md
* Create bug_report.yml
* Create config.yml
* Create feature_request.yml
* Update pull_request_template.md
* Update CONTRIBUTING.md
Co-authored-by: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com>
Diffstat (limited to '.github/pull_request_template.md')
-rw-r--r-- | .github/pull_request_template.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..4c4529d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,12 @@ +## Description +<!-- Describe your changes in detail --> + +## Related Issue(s) +<!-- List the issue(s) this PR solves --> + +## Checklist +- [ ] I proved a clear description of what was change +- [ ] I stated why this change was necessary +- [ ] I updated documentation or said what needs to be updated +- [ ] I made sure this change is backwards compatible +- [ ] This pull request is for one feature/bug fix |