|
| 1 | +# Prework |
| 2 | + |
| 3 | +- [ ] I understand and agree to this repository's [code of conduct](https://github.com/ltelab/pymascdb/blob/main/CODE_OF_CONDUCT.md). |
| 4 | +- [ ] I understand and agree to this repository's [contributing guidelines](https://github.com/ltelab/pymascdb/blob/main/CONTRIBUTING.rst). |
| 5 | +- [ ] I have already submitted an [issue](https://github.com/ltelab/pymascdb/issues) or [discussion thread](https://github.com/ltelab/pymascdb/discussions) to discuss my idea with the maintainers. |
| 6 | + |
| 7 | +<!-- PULL REQUEST TEMPLATE --> |
| 8 | + |
| 9 | +<!-- (Update "[ ]" to "[x]" to check a box) --> |
| 10 | + |
| 11 | +**What kind of change does this PR introduce?** (check at least one) |
| 12 | + |
| 13 | +- [ ] Bugfix |
| 14 | +- [ ] Feature |
| 15 | +- [ ] Code style update |
| 16 | +- [ ] Refactor |
| 17 | +- [ ] Build-related changes |
| 18 | +- [ ] Other, please describe: |
| 19 | + |
| 20 | +**Does this PR introduce a breaking change?** (check one) |
| 21 | + |
| 22 | +- [ ] Yes |
| 23 | +- [ ] No |
| 24 | + |
| 25 | +If yes, please describe the impact and communicate accordingly: |
| 26 | + |
| 27 | +**The PR fulfills these requirements:** |
| 28 | + |
| 29 | +- [ ] It's submitted to the branch named as follow : |
| 30 | + - Add a reader: `reader-<institute>-<campaign>` |
| 31 | + - Fix a bug: `bugfix-<some_key>-<word>` |
| 32 | + - Improve the doc: `doc-<some_key>-<word>` |
| 33 | + - Add a new feature: `feature-<some_key>-<word>` |
| 34 | + - Refactor some code: `refactor-<some_key>-<word>` |
| 35 | + - Optimize some code: `optimize-<some_key>-<word>` |
| 36 | +- [ ] When resolving a specific issue, it's referenced in the PR's title (e.g. `fix #xxx[,#xxx]`, where "xxx" is the issue number) |
| 37 | +- [ ] Don't forget to link PR to issue if you are solving one. |
| 38 | +- [ ] All tests are passing. |
| 39 | +- [ ] New/updated tests are included |
| 40 | + |
| 41 | +If adding a **new feature**, the PR's description includes: |
| 42 | + |
| 43 | +- [ ] 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) |
| 44 | + |
| 45 | +**Other information:** |
| 46 | + |
| 47 | +# Related GitHub issues and Pull Requests |
| 48 | + |
| 49 | +- Ref: # |
| 50 | + |
| 51 | +# Summary |
| 52 | + |
| 53 | +Please explain the purpose and scope of your contribution. |
0 commit comments