File tree Expand file tree Collapse file tree 3 files changed +54
-0
lines changed Expand file tree Collapse file tree 3 files changed +54
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+
4+ ---
5+
6+ # Describe the bug
7+
8+ <!-- Concise description of the bug -->
9+
10+ # Steps to reproduce
11+
12+ <!-- You can provide a snippet that reproduces the bug -->
13+
14+
15+ ** Additional context**
16+
17+ <!-- Any extra information related to the bug (if any) -->
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature request
3+ title : FEAT - Give a title to the feature request
4+ ---
5+
6+ # Description of the feature
7+
8+ <!-- Describe the feature. for instance, is it related a problem? -->
9+
10+
11+ # Considered alternatives
12+
13+ <!-- List the considered alternative (if any) -->
14+
15+
16+ ** Additional context**
17+
18+ <!-- Any extra information related to requested feature (if any) -->
Original file line number Diff line number Diff line change 1+ # Context of the PR
2+
3+ <!--
4+
5+ Is the PR meant to fix a bug? implement a new feature...
6+ Any detail to be able to relate the PR changes
7+
8+ -->
9+
10+ # Contributions of the PR
11+
12+ <!-- List the contribution of the PR -->
13+
14+
15+ ### Checks before merging PR
16+
17+ - [ ] added documentation for any new feature
18+ - [ ] added unittests
19+ - [ ] edited the [ what's new] ( ../doc/changes/whats_new.rst ) (if applicable)
You can’t perform that action at this time.
0 commit comments