mirror of
https://github.com/sendyne/cppreg.git
synced 2026-01-19 04:52:08 +00:00
Add Gitlab templates
This commit is contained in:
41
.gitlab/issue_templates/bug.md
Normal file
41
.gitlab/issue_templates/bug.md
Normal file
@@ -0,0 +1,41 @@
|
||||
### Summary
|
||||
|
||||
*(Summarize the bug or unexpected behavior encountered concisely)*
|
||||
|
||||
### Version and platform information
|
||||
|
||||
*(Give the commit/branch or version information of the project for which the bug was observed)*
|
||||
|
||||
*(If the bug was observed on a specific platform give the details here)*
|
||||
|
||||
### Customer information
|
||||
|
||||
*(If the bug was reported by a customer give the relevant details here)*
|
||||
|
||||
### Steps to reproduce
|
||||
|
||||
*(How can the bug be reproduced - be as accurate as possible)*
|
||||
|
||||
### What is the current *bug* behavior?
|
||||
|
||||
*(What actually happens: e.g. crash, wrong results, ...)*
|
||||
|
||||
### What is the expected *correct* behavior?
|
||||
|
||||
*(What you should be happening instead)*
|
||||
|
||||
### Relevant logs, screenshots, or inputs
|
||||
|
||||
*(Paste using code block (```) or attach any piece of information)*
|
||||
|
||||
*(If specific inputs are needed to observe the bug paste them or attach them)*
|
||||
|
||||
### Possible causes or fixes
|
||||
|
||||
*(If you have identified the cause of the bug or have a potential fix please link the line(s) of code and comment appropriately)*
|
||||
|
||||
*Final check: set origin label, set priority/severity if applicable*
|
||||
|
||||
*Clean up: remove any comment from the template if not applicable*
|
||||
|
||||
/label ~"kind:bug"
|
||||
27
.gitlab/issue_templates/configuration.md
Normal file
27
.gitlab/issue_templates/configuration.md
Normal file
@@ -0,0 +1,27 @@
|
||||
### Questionnaire
|
||||
|
||||
* [ ] Issue related to GitLab project configuration?
|
||||
* [ ] Issue related to project build process (e.g. toolchain)?
|
||||
* [ ] Issue related to Git configuration (e.g. gitignore file)?
|
||||
|
||||
### Version information
|
||||
|
||||
*(Give the commit/branch or version information of the project for which this configuration issue needs to be considered)*
|
||||
|
||||
### Policy or guidelines reference
|
||||
|
||||
*(Refer here to the policy or guideline that relates to this issue and indicate if a violation or deviation should be addressed)*
|
||||
|
||||
### Details
|
||||
|
||||
*(Explain here or attach what should be done to fix this issue)*
|
||||
|
||||
### Attachments
|
||||
|
||||
*(Paste using code block (```) or attach any piece of information illustrating the issue)*
|
||||
|
||||
*Final check: set origin label, set priority/severity if applicable*
|
||||
|
||||
*Clean up: remove any comment from the template if not applicable*
|
||||
|
||||
/label ~"kind:configuration"
|
||||
19
.gitlab/issue_templates/documentation.md
Normal file
19
.gitlab/issue_templates/documentation.md
Normal file
@@ -0,0 +1,19 @@
|
||||
### Questionnaire
|
||||
|
||||
* [ ] New or additional documentation needed?
|
||||
* [ ] Current documentation is out of date or erroneous?
|
||||
* [ ] Documentation needs review?
|
||||
|
||||
### Version information
|
||||
|
||||
*(Give the commit/branch or version information of the project for which this documentation issue needs to be considered)*
|
||||
|
||||
### Details
|
||||
|
||||
*(Explain here or attach what should be done to fix this issue)*
|
||||
|
||||
*Final check: set origin label, set priority/severity if applicable*
|
||||
|
||||
*Clean up: remove any comment from the template if not applicable*
|
||||
|
||||
/label ~"kind:documentation"
|
||||
21
.gitlab/issue_templates/feature_request.md
Normal file
21
.gitlab/issue_templates/feature_request.md
Normal file
@@ -0,0 +1,21 @@
|
||||
### Problem to solve
|
||||
|
||||
*(What is the new feature trying to solve or provide?)*
|
||||
|
||||
### Customer information
|
||||
|
||||
*(If the feature was suggested by a customer give the relevant details here)*
|
||||
|
||||
### Proposal
|
||||
|
||||
*(Explain what this feature will bring in terms of benefits and how it fits in the project scope)*
|
||||
|
||||
### Links and references
|
||||
|
||||
*(Add links or references if applicable)*
|
||||
|
||||
*Final check: set origin label, set priority/severity if applicable*
|
||||
|
||||
*Clean up: remove any comment from the template if not applicable*
|
||||
|
||||
/label ~"kind:feature request"
|
||||
21
.gitlab/issue_templates/improvement.md
Normal file
21
.gitlab/issue_templates/improvement.md
Normal file
@@ -0,0 +1,21 @@
|
||||
### Functionality to improve and goal
|
||||
|
||||
*(Explain what exactly needs to be improved and what is the goal)*
|
||||
|
||||
### Customer information
|
||||
|
||||
*(If the improvement was suggested by a customer give the relevant details here)*
|
||||
|
||||
### Proposal
|
||||
|
||||
*(Explain how the functionality could be improved and the various things to consider to achieve this goal)*
|
||||
|
||||
### Links and references
|
||||
|
||||
*(Add links or references if applicable)*
|
||||
|
||||
*Final check: set origin label, set priority/severity if applicable*
|
||||
|
||||
*Clean up: remove any comment from the template if not applicable*
|
||||
|
||||
/label ~"kind:improvement"
|
||||
17
.gitlab/issue_templates/question.md
Normal file
17
.gitlab/issue_templates/question.md
Normal file
@@ -0,0 +1,17 @@
|
||||
### Question
|
||||
|
||||
*(Write the question as explicit as you can)*
|
||||
|
||||
### Customer information
|
||||
|
||||
*(If the question was submitted by a customer give the relevant details here)*
|
||||
|
||||
### Additional information
|
||||
|
||||
*(Add links, references, or any other piece of information)*
|
||||
|
||||
*Final check: set origin label, set priority/severity if applicable*
|
||||
|
||||
*Clean up: remove any comment from the template if not applicable*
|
||||
|
||||
/label ~"kind:question"
|
||||
21
.gitlab/issue_templates/requirement.md
Normal file
21
.gitlab/issue_templates/requirement.md
Normal file
@@ -0,0 +1,21 @@
|
||||
### Requirement specifications
|
||||
|
||||
*(Give the details about the requirement that needs to be implemented)*
|
||||
|
||||
### Project information
|
||||
|
||||
*(If this issue relates to a requirement defined in a project specification existing somewhere give all references and information here)*
|
||||
|
||||
### Customer information
|
||||
|
||||
*(If the requirement was defined by a customer give the relevant details here)*
|
||||
|
||||
### Testing
|
||||
|
||||
*(Explain how the requirement implementation should be tested or how it fit in the current testing plan of the project)*
|
||||
|
||||
*Final check: set origin label, set priority/severity if applicable*
|
||||
|
||||
*Clean up: remove any comment from the template if not applicable*
|
||||
|
||||
/label ~"kind:requirement"
|
||||
23
.gitlab/merge_request_templates/default.md
Normal file
23
.gitlab/merge_request_templates/default.md
Normal file
@@ -0,0 +1,23 @@
|
||||
### Summary of the MR
|
||||
|
||||
*(Explain what modifications are part of this MR; refer to issues or milestones if needed)*
|
||||
|
||||
### List of issues addressed by this MR
|
||||
|
||||
*(Edit the list of issues)*
|
||||
|
||||
* Closes #xxx
|
||||
* Closes #xxx
|
||||
* ...
|
||||
|
||||
### Additional information
|
||||
|
||||
* [ ] Does the MR update any submodule?
|
||||
* [ ] Does the MR break any functionality or alter performance ?
|
||||
* [ ] Does the MR require issues to be created to deal with side effects?
|
||||
|
||||
*(Give more details if needed)*
|
||||
|
||||
*Clean up: remove any comment from the template if not applicable*
|
||||
|
||||
/label ~"merge:review"
|
||||
Reference in New Issue
Block a user