Add "Fleet tier" and "User role" as fields in "Bug" issue template (#998)

- Add a "Fleet tier" and "User role" to specify which tier of Fleet and which role the individual reporting the bug is assigned
- Edit Markdown Link Check GitHub action to run against the `main` branch
This commit is contained in:
noahtalerman
2021-06-07 19:06:41 -04:00
committed by GitHub
parent cb2682c273
commit 0917ed0dce
2 changed files with 16 additions and 7 deletions
+9 -1
View File
@@ -7,9 +7,17 @@ assignees: ''
---
**Fleet version** (Head to the "My account" page in the Fleet UI or run `fleetctl version`):
**Fleet version** (Head to the "My account" page in the Fleet UI or run `fleetctl version`):
**Fleet tier** (Are you using the free (Fleet Core) or paid (Fleet Basic) tier?):
**User role** (Which role are you assigned in Fleet? (Admin, Maintainer, or Observer)):
> 3 roles are introduced in Fleet 4.0.0. If you're using a prior version of Fleet or don't know your assigned role, please feel free to leave this item blank.
**Operating system** _(e.g. macOS 11.2.3)_:
**Web browser** _(e.g. Chrome 88.0.4324)_:
<hr/>
### 🧑‍💻  Expected behavior
+7 -6
View File
@@ -6,9 +6,10 @@ jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
check-modified-files-only: 'yes'
use-quiet-mode: 'yes'
config-file: .github/workflows/markdown-link-check-config.json
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
check-modified-files-only: "yes"
use-quiet-mode: "yes"
base-branch: main
config-file: .github/workflows/markdown-link-check-config.json