Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit 9918a87

Browse files
chore: add ISSUE_TEMPLATE (#264)
Signed-off-by: Ryota Sakamoto <[email protected]>
1 parent 1774352 commit 9918a87

File tree

3 files changed

+57
-0
lines changed

3 files changed

+57
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Reproducible bug report
3+
about: Create a reproducible bug report. Not for support requests.
4+
labels: 'bug'
5+
---
6+
## Summary
7+
8+
What happened/what you expected to happen?
9+
10+
## Diagnostics
11+
12+
What Kubernetes provider are you using?
13+
14+
What version of Argo CD and Argo CD Notifications are you running?
15+
16+
```
17+
# Paste the logs from the notification controller
18+
19+
# Logs for the entire controller:
20+
kubectl logs -n argocd deployment/argocd-notifications-controller
21+
```
22+
23+
---
24+
<!-- Issue Author: Don't delete this message to encourage other users to support your issue! -->
25+
**Message from the maintainers**:
26+
27+
Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
blank_issues_enabled: false
2+
3+
contact_links:
4+
- name: Have you read the docs?
5+
url: https://argocd-notifications.readthedocs.io/
6+
about: Much help can be found in the docs
7+
- name: Ask a question
8+
url: https://github.com/argoproj-labs/argocd-notifications/discussions/new
9+
about: Ask a question or start a discussion about notifications
10+
- name: Chat on Slack
11+
url: https://argoproj.github.io/community/join-slack
12+
about: Maybe chatting with the community can help
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Enhancement proposal
3+
about: Propose an enhancement for this project
4+
labels: 'enhancement'
5+
---
6+
# Summary
7+
8+
What change needs making?
9+
10+
# Use Cases
11+
12+
When would you use this?
13+
14+
---
15+
<!-- Issue Author: Don't delete this message to encourage other users to support your issue! -->
16+
**Message from the maintainers**:
17+
18+
Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.

0 commit comments

Comments
 (0)