Skip to content

Commit b991653

Browse files
authored
chore: add pull_request_template (#86)
* chore: add pull_request_template * refactor: relocate contributing guide * doc: updated README * patch: use background as default heading
1 parent 53b2675 commit b991653

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

Diff for: .github/PULL_REQUEST_TEMPLATE.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!-- NOTE: Please read the CONTRIBUTING.md guidelines before submitting your patch, and ensure you followed them all: https://github.com/daeuniverse/dae/blob/master/CONTRIBUTING.md -->
2+
3+
### Background
4+
5+
<!--- Why is this change required? What problem does it solve? -->
6+
7+
### Checklist
8+
9+
- [ ] The Pull Request has been fully tested
10+
- [ ] There's an entry in the CHANGELOG
11+
- [ ] There is a user-facing docs PR against https://github.com/daeuniverse/dae
12+
13+
### Full changelog
14+
15+
- [Implement ...]
16+
17+
### Issue reference
18+
19+
<!--- If it fixes an open issue, please link to the issue here. -->
20+
21+
Fix #_[issue number]_

Diff for: docs/contribute.md renamed to CONTRIBUTING.md

File renamed without changes.

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ See [How it works](docs/how_it_works_zh.md).
5252

5353
## Contributors
5454

55-
Special thanks goes to all [contributors](https://github.com/daeuniverse/dae/graphs/contributors). If you would like to contribute, please see the [instructions](./docs/contribute.md). Also, it is recommended following the [commit-msg-guide](./docs/commit-msg-guide.md).
55+
Special thanks goes to all [contributors](https://github.com/daeuniverse/dae/graphs/contributors). If you would like to contribute, please see the [instructions](./CONTRIBUTING.md). Also, it is recommended following the [commit-msg-guide](./docs/commit-msg-guide.md).
5656

5757
## License
5858

0 commit comments

Comments
 (0)