Skip to content

Commit

Permalink
chore: Update Github issue templates (argoproj#4161)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec authored Sep 30, 2020
1 parent c468b34 commit b3db0f5
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 23 deletions.
10 changes: 6 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Bug report
about: Create a report to help us improve
name: Reproducible bug report
about: Create a reproducible bug report. Not for support requests.
labels: 'bug'
---
## Summary
Expand All @@ -9,10 +9,12 @@ What happened/what you expected to happen?

## Diagnostics

What version of Argo Workflows are you running?
What Kubernetes provider are you using?

What version of Argo Workflows are you running?

```yaml
Paste the workflow here, including status:
Paste a workflow that reproduces the bug, including status:
kubectl get wf -o yaml ${workflow}
```

Expand Down
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
blank_issues_enabled: false

contact_links:
- name: Have you read the docs?
url: https://argoproj.github.io/argo/
about: Much help can be found in the docs
- name: Ask a question
url: https://stackoverflow.com/questions/tagged/argo
about: Ask questions about workflows
- name: Chat on Slack
url: https://argoproj.github.io/community/join-slack
about: Maybe chatting with the community can help
16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/question.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Checklist:

* [ ] Either (a) I've created an [enhancement proposal](https://github.com/argoproj/argo/issues/new/choose) and discussed it with the community, (b) this is a bug fix, or (c) this is a chore.
* [ ] The title of the PR is (a) [conventional](https://www.conventionalcommits.org/en/v1.0.0/), (b) states what changed, and (c) suffixes the related issues number. E.g. `"fix(controller): Updates such and such. Fixes #1234"`.
* [ ] My organization is added to [USERS.md](https://github.com/argoproj/argo/blob/master/USERS.md).
* [ ] I've signed the CLA.
* [ ] I have written unit and/or e2e tests for my change. PRs without these are unlikely to be merged.
* [ ] My builds are green. Try syncing with master if they are not.
* [ ] My organization is added to [USERS.md](https://github.com/argoproj/argo/blob/master/USERS.md).
2 changes: 0 additions & 2 deletions test/e2e/argo_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1128,8 +1128,6 @@ metadata:
argo-e2e: true
foo: 1
spec:
ttlStrategy:
secondsAfterCompletion: 0
entrypoint: run-archie
templates:
- name: run-archie
Expand Down

0 comments on commit b3db0f5

Please sign in to comment.