Skip to content

Commit c64f900

Browse files
committed
Update GH repo files
* And tweak Release Drafter
1 parent 9b8a15e commit c64f900

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Main global owner #
2+
#####################
3+
4+
* @alessfg @aknot242
5+
.github/workflows/*
6+
*.md

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Describe the use case and detail of the change. If this PR addresses an issue on
66

77
Before creating a PR, run through this checklist and mark each as complete.
88

9-
- [ ] I have read the [CONTRIBUTING](https://github.com/nginxinc/ansible-role-nginx-app-protect/blob/main/CONTRIBUTING.md) document
9+
- [ ] I have read the [`CONTRIBUTING`](https://github.com/nginxinc/ansible-role-nginx-app-protect/blob/main/CONTRIBUTING.md) document
1010
- [ ] I have added Molecule tests that prove my fix is effective or that my feature works
1111
- [ ] I have checked that any relevant Molecule tests pass after adding my changes
1212
- [ ] I have updated any relevant documentation ([`defaults/main.yml`](https://github.com/nginxinc/ansible-role-nginx-app-protect/blob/main/defaults/main.yml), [`README.md`](https://github.com/nginxinc/ansible-role-nginx-app-protect/blob/main/README.md) and [`CHANGELOG.md`](https://github.com/nginxinc/ansible-role-nginx-app-protect/blob/main/CHANGELOG.md))

.github/release-drafter.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ categories:
1717
- title: "🐛 Bug Fixes"
1818
labels:
1919
- "bug"
20+
- title: "🧪 Tests"
21+
labels:
22+
- "tests"
2023
- title: "📝 Documentation"
2124
labels:
2225
- "documentation"
@@ -51,23 +54,24 @@ autolabeler:
5154
branch:
5255
- "/feat\/.+/"
5356
- "/feature\/.+/"
54-
- "/implement\/.+/"
5557
title:
5658
- "/feat/i"
5759
- "/feature/i"
58-
- "/implement/i"
5960
- label: "enhancement"
6061
branch:
61-
- "/add\/.+/"
6262
- "/enhancement\/.+/"
6363
title:
64-
- "/add/i"
6564
- "/enhancement/i"
6665
- label: "bug"
6766
branch:
6867
- "/fix\/.+/"
6968
title:
7069
- "/fix/i"
70+
- label: "tests"
71+
branch:
72+
- "/molecule\/.+/"
73+
title:
74+
- "/molecule/i"
7175
- label: "documentation"
7276
branch:
7377
- "/docs\/.+/"

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ Follow our [Installation Guide](https://github.com/nginxinc/ansible-role-nginx-a
4242

4343
To report a bug, open an issue on GitHub with the label `bug` using the available bug report issue template. Please ensure the issue has not already been reported.
4444

45-
### Suggest an Enhancement
45+
### Suggest a Feature or Enhancement
4646

47-
To suggest an enhancement, please create an issue on GitHub with the label `enhancement` using the available feature issue template.
47+
To suggest a feature or enhancement, please create an issue on GitHub with the label `feature` or `enhancement` using the available feature request issue template.
4848

4949
### Open a Pull Request
5050

0 commit comments

Comments
 (0)