Commit eb8fcbf
committed
Add commit format convention and one-issue-per-PR rule to CONTRIBUTING.md
- Commit format table: feat, fix, test, refactor, perf, docs, chore
(adapted from @halindrome's PR #85)
- One issue per PR: no bundling multiple fixes/features
- Open an issue first: every PR must reference a tracking issue
Based on feedback from @halindrome (#84, #85) who identified the need
for structured PR guidelines and commit conventions.1 parent cd3b9fd commit eb8fcbf
1 file changed
+18
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
88 | 104 | | |
89 | 105 | | |
| 106 | + | |
| 107 | + | |
90 | 108 | | |
91 | | - | |
92 | 109 | | |
93 | 110 | | |
94 | 111 | | |
95 | | - | |
96 | 112 | | |
97 | 113 | | |
98 | 114 | | |
| |||
0 commit comments