-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update: add descripton of issue templates in the contributing guidelines
Signed-off-by: Daniel Oliveira <[email protected]>
- Loading branch information
Showing
3 changed files
with
78 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,50 @@ | ||
## PR Description | ||
|
||
Please include a summary of the change that tries to answer the following | ||
questions: | ||
- Why is this change required? | ||
- What problem does it solve? What was the previous behavior/warning/error? | ||
- Is the bug described in any issue ticket number? | ||
- Which main documentation topics are affected? | ||
Before saving the PR, please delete this description and add only your summary/description of the PR. | ||
Please include a summary of the change that tries to answer the following general questions: | ||
- What does this change introduce? Why is it required? | ||
- Which main blocks are affected? | ||
|
||
If your changes are included in the following categories, please try also to answer to these specific questions to enhance your summary: | ||
- The PR changes introduces a new feature... | ||
- What new feature is being introduced? | ||
- Is the feature described in any of the requirements? | ||
- The PR changes solves a bug... | ||
- What bug does it solve? What was the previous behavior/warning/error? | ||
- Is the bug described in any issue ticket number? | ||
- The PR changes refactors a code/doc block... | ||
- Why the code/doc block needed to be refactored? | ||
- Is the improvement described in any issue ticket number? | ||
- The PR changes the build system... | ||
- What building block of the build system was changed? | ||
- Has any external dependency been introduced? | ||
- The PR changes adds new tests... | ||
- What new tests were introduced or corrected? | ||
|
||
### Type of change | ||
|
||
Before saving the PR, please delete this description and the below options that | ||
are not relevant. If you are not sure which type of change are you introducing, | ||
please read [Contributing](source/development/contributing.rst) documentation. | ||
Before saving the PR, please delete this description and the below options that are not relevant. | ||
If you are not sure which type of change are you introducing, please read [Contributing](https://github.com/bao-project/bao-docs/blob/main/source/development/contributing.rst) documentation. | ||
|
||
- [ ] **fix**: bug fix | ||
- [ ] Fixes a specific issue: <#ticket-number> | ||
- [ ] **ref**: refactoring of a code/doc block | ||
- **feat**: introduces a new functionality | ||
- Logical unit: <name> | ||
- [ ] **feat**: introduces a new functionality | ||
- **fix**: bug fix | ||
- Logical unit: <name> | ||
- [ ] **build**: changes that affect the build system or external dependencies | ||
- Fixes a specific issue: <#ticket-number> | ||
- **ref**: refactoring of a code/doc block | ||
- Logical unit: <name> | ||
- [ ] **perf**: a code change that improves performance | ||
- [ ] **test**: adding missing tests or correcting existing ones | ||
- Test unit: <name> | ||
- [ ] **opt**: modifications pertaining only to optimizations | ||
- **build**: changes that affect the build system or external dependencies | ||
- Logical unit: <name> | ||
- [ ] **ci**: changes to the CI configuration files and scripts | ||
- **test**: adding missing tests or correcting existing ones | ||
- Test unit/suite: <name> | ||
- **ci**: changes to the CI configuration files and scripts | ||
- CI checker unit: <name> | ||
- [ ] **style**: changes that do not affect the meaning of the code | ||
(formatting, typos, naming, etc.) | ||
- [ ] **update**: changes that brings a feature, setup, or configuration up to date by adding new or updated information | ||
- **style**: changes that do not affect the meaning of the code (formatting, typos, naming, etc.) | ||
- **update**: changes that brings a feature, setup, or configuration up to date by adding new or updated information | ||
- Logical unit: <name> | ||
|
||
## Checklist: | ||
|
||
- [ ] The documentation follows the style guidelines described in [here](source/development/doc_guidelines.rst). | ||
- [ ] I have performed a self-review of all the English grammar. | ||
- [ ] My changes generate no new warnings when building the documentation. If so, I have justified above. | ||
- [ ] I have run the CI checkers. | ||
- [ ] The changes follows the documentation guidelines described in [here](https://github.com/bao-project/bao-docs/blob/main/source/development/doc_guidelines.rst). | ||
- [ ] The changes generate no new warnings when building the project. If so, I have justified above. | ||
- [ ] I have run the CI checkers before submitting the PR to avoid unnecessary runs of the workflow. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters