Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 6e0fcde

Browse files
authored
Merge pull request #6 from argos-ci/github_templates
feat: add github templates
2 parents d7f6f02 + e37e373 commit 6e0fcde

File tree

3 files changed

+58
-39
lines changed

3 files changed

+58
-39
lines changed
Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,37 @@
11
---
22
name: Bug report
3-
about: Create a report to help us improve
4-
title: ''
3+
about: Report a bug that you encounter
4+
title: "Bug: "
55
labels: bug
6-
assignees: ''
7-
6+
assignees: ""
87
---
98

10-
**Describe the bug**
11-
A clear and concise description of what the bug is.
9+
## Bug description
10+
11+
Describe the bug, context and use case.
12+
13+
### Correct behavior expected
14+
15+
Describe the correct behavior you expect to happen if there is no bug.
16+
17+
### Wrong behavior observed
18+
19+
Describe the wrong behavior that happen because of the bug.
20+
21+
### Screenshot
22+
23+
_Optional:_ Add a screenshot to help explain the problem.
24+
25+
## Reproduce
1226

13-
**To Reproduce**
14-
Steps to reproduce the behavior:
15-
1. Go to '...'
16-
2. Click on '....'
17-
3. Scroll down to '....'
18-
4. See error
27+
Describe a way to reproduce the bug.
1928

20-
**Expected behavior**
21-
A clear and concise description of what you expected to happen.
29+
You can share a code snippet or give a step by step guide.
2230

23-
**Screenshots**
24-
If applicable, add screenshots to help explain your problem.
31+
## Setup
2532

26-
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser [e.g. chrome, safari]
29-
- Version [e.g. 22]
33+
Describe the setup you have when you encounter the bug : device, browser, library version...
3034

31-
**Smartphone (please complete the following information):**
32-
- Device: [e.g. iPhone6]
33-
- OS: [e.g. iOS8.1]
34-
- Browser [e.g. stock browser, safari]
35-
- Version [e.g. 22]
35+
## Additional information
3636

37-
**Additional context**
38-
Add any other context about the problem here.
37+
Add any other information that can help us understand the bug or fix it.
Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
4+
title: "Feat: "
5+
labels: "enhancement"
6+
assignees: ""
87
---
98

10-
**Is your feature request related to a problem? Please describe.**
11-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
9+
<!-- Rephrase the feature as a user story format : -->
1210

13-
**Describe the solution you'd like**
14-
A clear and concise description of what you want to happen.
11+
As a [user|client|developer], I would like to ...
1512

16-
**Describe alternatives you've considered**
17-
A clear and concise description of any alternative solutions or features you've considered.
13+
## Description
1814

19-
**Additional context**
20-
Add any other context or screenshots about the feature request here.
15+
Describe the feature, context and use case.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## Description
2+
3+
Please explain the changes you made here.
4+
5+
## Type of changes
6+
7+
Select the correct labels: `bug`, `enhancement` or `documentation`.
8+
9+
## Checklist
10+
11+
Valid all before asking for a code review to `argos-ci/code` :
12+
13+
- [ ] I have read the CONTRIBUTING doc
14+
- [ ] The commits message follows the [Conventional Commits' policy](https://www.conventionalcommits.org/)
15+
- [ ] Lint and unit tests pass locally
16+
- [ ] I have added tests if needed
17+
18+
Optional checks:
19+
20+
- [ ] My changes requires a change to the documentation
21+
- [ ] I have updated the documentation accordingly
22+
23+
## Further comments
24+
25+
*Optional* : Feel free to explain your motivation, share useful information or a feature screenshot.

0 commit comments

Comments
 (0)