Skip to content

Commit 69e003b

Browse files
committed
add other issue templates
1 parent fcbe048 commit 69e003b

5 files changed

Lines changed: 30 additions & 2 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: 'Next step: Zenodo integration'
3+
labels:
4+
- 'action required'
5+
---
6+
7+
Zenodo integration instructions.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: 'Next step: readthedocs'
3+
labels:
4+
- 'action required'
5+
---
6+
7+
Readthedocs instructions.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: 'Next step: Citation data'
3+
labels:
4+
- 'action required'
5+
---
6+
7+
Citation data instructions
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: 'Next step: Linting'
3+
labels:
4+
- 'action required'
5+
---
6+
7+
Linting instructions

{{cookiecutter.project_name}}/.github/workflows/next_steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
with:
1111
github-token: ${{ secrets.GITHUB_TOKEN }}
1212
yaml-file: .github/next_steps/labels.yml
13-
skip-delete: true
13+
skip-delete: true
1414
- name: Create Sonarcloud integration issue
1515
uses: JasonEtco/create-an-issue@v2
1616
env:
@@ -61,5 +61,5 @@ jobs:
6161
git add next_steps.md
6262
git rm .github/workflows/next_steps.yml
6363
git rm -r .github/next_steps
64-
git commit -am "Cleanup automated next step issue generator"
64+
git commit -am "Cleanup automated next steps issue generator"
6565
git push

0 commit comments

Comments
 (0)