Skip to content

Commit a020778

Browse files
committed
(community) add CoC and PRT
1 parent 150075c commit a020778

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
File renamed without changes.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
**What kind of change does this PR introduce?** (check at least one)
2+
3+
- [ ] Bugfix
4+
- [ ] Feature
5+
- [ ] Code style update
6+
- [ ] Refactor
7+
- [ ] Build-related changes
8+
- [ ] Other, please describe:
9+
10+
**Does this PR introduce a breaking change?** (check one)
11+
12+
- [ ] Yes
13+
- [ ] No
14+
15+
If yes, please describe the impact and migration path for existing applications:
16+
17+
**The PR fulfills these requirements:**
18+
19+
- [ ] When resolving a specific issue, it's referenced in the PR's title (e.g. `fix #xxx[,#xxx]`, where "xxx" is the issue number)
20+
- [ ] All tests are passing
21+
22+
If adding a **new feature**, the PR's description includes:
23+
24+
- [ ] A convincing reason for adding this feature (to avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it)
25+
26+
**Other information:**

0 commit comments

Comments
 (0)