Skip to content

Commit e32d492

Browse files
authored
Fix broken GitHub PR template (#56)
1 parent e4504a6 commit e32d492

File tree

5 files changed

+21
-11
lines changed

5 files changed

+21
-11
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ title: ''
55
labels: ''
66
assignees: ''
77
---
8-
**Describe the bug**
8+
### Describe the bug
99
A clear and concise description of what the bug is.
1010

11-
**To reproduce**
11+
### To reproduce
1212
Steps to reproduce the behavior:
1313
1. Deploy NGINX App Protect role using playbook.yml
1414
2. View output/logs/configuration on '...'
1515
3. See error
1616

17-
**Expected behavior**
17+
### Expected behavior
1818
A clear and concise description of what you expected to happen.
1919

20-
**Your environment:**
20+
### Your environment:
2121
- Version of the NGINX App Protect role or specific commit
2222
- Version of Ansible
2323
- Target deployment platform
2424

25-
**Additional context**
25+
### Additional context
2626
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ title: ''
55
labels: ''
66
assignees: ''
77
---
8-
**Is your feature request related to a problem? Please describe.**
9-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
8+
### Is your feature request related to a problem? Please describe
9+
A clear and concise description of what the problem is. Ex. I'm always frustrated when ...
1010

11-
**Describe the solution you'd like**
11+
### Describe the solution you'd like
1212
A clear and concise description of what you want to happen.
1313

14-
**Describe alternatives you've considered**
14+
### Describe alternatives you've considered
1515
A clear and concise description of any alternative solutions or features you've considered.
1616

17-
**Additional context**
17+
### Additional context
1818
Add any other context or screenshots about the feature request here.

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
name: Pull request
3+
about: Submit a pull request to contribute to this role
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
---
18
### Proposed changes
29
Describe the use case and detail of the change. If this PR addresses an issue on GitHub, make sure to include a link to that issue using one of the [supported keywords](https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue) here in this description (not in the title of the PR).
310

File renamed without changes.

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ Add support for Dependabot.
88

99
ENHANCEMENTS:
1010

11-
Update Ansible base to `2.10.5`, Ansible to `2.10.6`, Molecule to `3.2.3` and yamllint to `1.26.0`.
11+
* Update Ansible base to `2.10.5`, Ansible to `2.10.6`, Molecule to `3.2.3` and yamllint to `1.26.0`.
12+
* Specify GitHub actions Ubuntu release.
13+
* Minor GitHub template tweaks, including the creation of a SECURITY doc.
14+
* Only run GitHub actions Galaxy CI/CD workflow when a new release is published.
1215

1316
## 0.4.2 (January 11, 2021)
1417

0 commit comments

Comments
 (0)