File tree Expand file tree Collapse file tree 5 files changed +48
-36
lines changed
Expand file tree Collapse file tree 5 files changed +48
-36
lines changed Original file line number Diff line number Diff line change @@ -7,28 +7,36 @@ assignees: ''
77
88---
99
10- ** Describe the bug**
11- A clear and concise description of what the bug is.
10+ ## Bug description
1211
13- ** To Reproduce**
14- Steps to reproduce the behavior:
12+ <!-- A clear and concise description of what the bug is. -->
1513
14+ ## To Reproduce
15+
16+ <!--
17+ Steps to reproduce the behavior. Something like:
16181. Go to '...'
17192. Click on '....'
18203. Scroll down to '....'
19214. See error
22+ -->
23+
24+ ## Expected behavior
25+
26+ <!-- A clear and concise description of what you expected to happen. -->
2027
21- ** Expected behavior**
22- A clear and concise description of what you expected to happen.
28+ ## Screenshots
2329
24- ** Screenshots**
25- If applicable, add screenshots to help explain your problem.
30+ <!-- If applicable, add screenshots to help explain your problem. -->
2631
27- ** Desktop (please complete the following information):**
32+ ## Environment
33+
34+ <!-- Please fill the following information. -->
2835
2936- OS: [ e.g. iOS]
3037- Browser [ e.g. chrome, safari]
3138- Version [ e.g. 22]
3239
33- ** Additional context**
34- Add any other context about the problem here.
40+ ## Additional context
41+
42+ <!-- Add any other context about the problem here. -->
Original file line number Diff line number Diff line change @@ -7,14 +7,21 @@ assignees: ''
77
88---
99
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 [ ...]
10+ ## Problem
1211
13- ** Describe the solution you'd like**
14- A clear and concise description of what you want to happen.
12+ <!--
13+ If your feature request is related to a problem, please describe it.
14+ Ex. I hate when [...]
15+ -->
1516
16- ** Describe alternatives you've considered**
17- A clear and concise description of any alternative solutions or features you've considered.
17+ ## Solution
1818
19- ** Additional context**
20- Add any other context or screenshots about the feature request here.
19+ <!-- Describe the solution you'd like. -->
20+
21+ ## Alternatives
22+
23+ <!-- Describe any alternative solutions or features you've considered. -->
24+
25+ ## Additional context
26+
27+ <!-- Add any other context or screenshots about the feature request here. -->
Original file line number Diff line number Diff line change 1- ## Description
2-
3- Please explain the changes you made here.
4-
5- ## Checklist
6-
7- - [ ] I have read
8- [ CONTRIBUTING] ( https://github.com/rust-github/rust-gh-example/blob/master/docs/CONTRIBUTING.md )
9- guidelines.
10- - [ ] I have formatted the code using [ rustfmt] ( https://github.com/rust-lang/rustfmt )
11- - [ ] I have checked that all tests pass, by running ` cargo test --all `
12-
13- #### [ CHANGELOG] ( https://github.com/rust-github/rust-gh-example/blob/master/CHANGELOG.md ) :
14-
15- - [ ] Updated
16- - [ ] I will update it after this PR has been discussed
17- - [ ] No need to update
1+ <!-- Please explain the changes you made -->
2+
3+ <!--
4+ Please, make sure:
5+ - you have read the contributing guidelines:
6+ https://github.com/rust-github/rust-gh-example/blob/master/docs/CONTRIBUTING.md
7+ - you have formatted the code using rustfmt:
8+ https://github.com/rust-lang/rustfmt
9+ - you have checked that all tests pass, by running `cargo test --all`
10+ - you have updated the changelog (if needed):
11+ https://github.com/rust-github/rust-gh-example/blob/master/CHANGELOG.md
12+ -->
Original file line number Diff line number Diff line change 1919 - uses : actions-rs/audit-check@v1
2020 with :
2121 token : ${{ secrets.GITHUB_TOKEN }}
22+
Original file line number Diff line number Diff line change 7979 with :
8080 github-token : ${{ secrets.GITHUB_TOKEN }}
8181 path-to-lcov : ' ./lcov.info'
82+
You can’t perform that action at this time.
0 commit comments