This repository was archived by the owner on Oct 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +57
-0
lines changed Expand file tree Collapse file tree 3 files changed +57
-0
lines changed Original file line number Diff line number Diff line change
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 👍.
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 👍.
You can’t perform that action at this time.
0 commit comments