Skip to content

Commit

Permalink
Merge pull request #14 from yyzxw/feature/add-iss-tempalate
Browse files Browse the repository at this point in the history
feature: add issue tempalate
  • Loading branch information
wilsonwu authored May 14, 2023
2 parents 470cca4 + 5de5d28 commit 169bbaf
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'bug'
assignees: ''
---

**Describe the bug**

<!-- A clear and concise description of what the bug is. -->

**To Reproduce**

<!-- A list of the steps required to reproduce the issue. Best of all, give us the URL to a repository that exhibits this issue. -->

Steps to reproduce the behavior:
1. The YAML files of Deployment/Configmap/Rollout I used.
2. Other operations I have done.
3. See error

**Expected behavior**

<!-- A clear and concise description of what you expected to happen. -->

**Screenshots**

<!-- If applicable, add screenshots to help explain your problem. -->

**Version**
```json
What version are you using.
```

**Logs**

```
Paste any relevant application logs here.
```
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
blank_issues_enabled: false

contact_links:
- name: Questions & Help
url: https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-contour/issues
about: Ask a question or start a discussion about "rollouts-plugin-trafficrouter-contour"
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement_proposal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Enhancement proposal
about: Propose an enhancement for this project
title: ''
labels: 'enhancement'
assignees: ''
---
# Summary

What change you think needs making.

# Motivation

Please give examples of your use case, e.g. when would you use this.

# Proposal

How do you think this should be implemented?
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/security_logs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: "\U0001F680 Feature request"
about: Suggest an idea for this project
title: "[Feature]"
labels: kind/feature
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
<!--
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
-->

**Describe the solution you'd like**
<!--
A clear and concise description of what you want to happen.
-->

**Describe alternatives you've considered**
<!--
A clear and concise description of any alternative solutions or features you've considered.
-->

**Additional context**
<!--
Add any other context or screenshots about the feature request here.
-->

0 comments on commit 169bbaf

Please sign in to comment.