Skip to content

Commit 1fe5d6d

Browse files
Update pull_request_template.md (#198)
* Update pull_request_template.md Moved Squash commits from post-merge to pre-merge. * overriding default PR template for preferred LME template * overriding default PR template for preferred LME template * updating issue template to shorten the template --------- Co-authored-by: mreeve-snl <[email protected]>
1 parent 480b816 commit 1fe5d6d

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

.github/ISSUE_TEMPLATE/bug-or-error-report.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,25 @@ assignees: ''
1515
If the above did not answer your question, proceed with creating an issue below:
1616

1717
## Describe the bug
18-
A clear and concise description of what the bug is.
18+
<!-- A clear and concise description of what the bug is. -->
1919

2020
## To Reproduce
21-
Steps to reproduce the behavior. These should be clear enough that our team can understand your running environment, software/operating system versions, and anything else we might need to debug the issue.
22-
23-
An example of a usable reproducible list are shown in these issues: [Issue 1](https://github.com/cisagov/LME/issues/15) [Issue 2](https://github.com/cisagov/LME/issues/19).
24-
25-
To increase the speed and relevance of the reply we suggest you list down debugging steps you have tried, as well as the following information:
21+
<!-- Steps to reproduce the behavior. These should be clear enough that our team can understand your running environment, software/operating system versions, and anything else we might need to debug the issue. -->
22+
<!-- Good examples can be found here: [Issue 1](https://github.com/cisagov/LME/issues/15) [Issue 2](https://github.com/cisagov/LME/issues/19). -->
2623

2724
### Please complete the following information
28-
**Desktop:**
25+
#### **Desktop:**
2926
- OS: [e.g. Windows 10]
3027
- Browser: [e.g. Firefox Version 104.0.1]
3128
- Software version: [e.g. Sysmon v15.0, Winlogbeat 8.11.1]
32-
33-
**Server:**
29+
30+
#### **Server:**
3431
- OS: [e.g. Ubuntu 22.04]
3532
- Software Versions:
3633
- ELK: [e.g. 8.7.1]
3734
- Docker: [e.g. 20.10.23, build 7155243]
35+
36+
**OPTIONAL**:
3837
- The output of these commands:
3938
```
4039
free -h
@@ -52,7 +51,7 @@ Increase the number of lines if your issue is not present, or include a relevant
5251
## Expected behavior
5352
A clear and concise description of what you expected to happen.
5453

55-
## Screenshots
54+
## Screenshots **OPTIONAL**
5655
If applicable, add screenshots to help explain your problem.
5756

5857
## Additional context

.github/PULL_REQUEST_TEMPLATE/pull_request_template.md renamed to .github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131

3232
- [ ] All tests pass
3333
- [ ] PR has been tested and the documentation for testing is above
34+
- [ ] Squash and merge all commits into one PR level commit
3435

3536
## ✅ Post-merge Checklist
3637

37-
- [ ] Squash all commits into one PR level commit
3838
- [ ] Delete the branch to keep down number of branches
3939

0 commit comments

Comments
 (0)