Skip to content

Commit 5cac2a3

Browse files
authored
chore: update issue template for issue triage (#3309)
1 parent fff20ba commit 5cac2a3

File tree

7 files changed

+40
-60
lines changed

7 files changed

+40
-60
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
2-
name: Bug report
2+
name: "\U0001F41E Bug report"
33
about: Create a report to help us improve
4-
4+
title: ''
5+
labels: kind/bug, status/triage
6+
assignees: ''
57
---
68

79
<!-- Note: for support questions, please use our discourse (https://renku.discourse.group/) -->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Ref: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
2+
blank_issues_enabled: false
3+
contact_links:
4+
- name: '💬 Discussions'
5+
url: https://renku.discourse.group/
6+
about: |
7+
Ask questions about using Renku, its features and roadmap, or get support and give feedback.
8+
- name: '💬 Gitter'
9+
url: https://gitter.im/SwissDataScienceCenter/renku
10+
about: |
11+
Chat with the community and maintainers about both the usage of and development of the project.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: "\U0001F4DA Documentation Issue"
3+
about: Did you find errors, difficulties or missing information in the documentation?
4+
title: ''
5+
labels: kind/documentation, status/triage
6+
assignees: ''
7+
8+
---
9+
10+
<!-- Please make sure to search existing issues before opening a new one. -->
11+
12+
**Describe the issue with documentation you found**
13+
A clear and concise description of what is missing or should be added/improved.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
2-
name: Feature request
2+
name: "\U0001F381 Feature request"
33
about: Suggest an idea for this project
4-
4+
title: ''
5+
labels: kind/enhancement, status/triage
6+
assignees: ''
57
---
68

79
<!-- Note: for support questions, please use our discourse (https://renku.discourse.group/) -->

.github/ISSUE_TEMPLATE/improvement_request.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/proposal.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

.github/workflows/github-project.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,14 @@ jobs:
1010
add_to_project:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/add-to-project@main
13+
- name: Add to renku-python
14+
uses: actions/add-to-project@main
1415
with:
1516
project-url: https://github.com/orgs/SwissDataScienceCenter/projects/45
1617
github-token: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
18+
- name: Add to triage board
19+
uses: actions/add-to-project@main
20+
with:
21+
project-url: https://github.com/orgs/SwissDataScienceCenter/projects/51
22+
github-token: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
23+
labeled: status/triage

0 commit comments

Comments
 (0)