Skip to content

Commit

Permalink
chore: improve issue template and vscode (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
juzhiyuan authored Nov 2, 2020
1 parent b5fb1c5 commit 94d0245
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 25 deletions.
23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE

This file was deleted.

36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: Bug report
about: Create a bug report for the Apache APISIX Dashboard
labels: "bug"
---

# Bug report

## Describe the bug

A clear and concise description of what the bug is.

## How to Reproduce

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

## Expected behavior

A clear and concise description of what you expected to happen.

## Screenshots

Add screenshots to help explain your problem if applicable.

## System information

- OS: [e.g. macOS, Windows]
- Browser (if applies) [e.g. Chrome, Safari, Edge]
- Version: [e.g. 2.0-rc3]

## Additional context

Add any other context about the problem here.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Visit Apache APISIX
url: https://github.com/apache/apisix
about: Ask questions or discuss with other community members about Apache APISIX
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Feature request
about: Create a feature request for the Apache APISIX Dashboard
labels: 'feature'
---

# Feature request

## Please describe your feature

A clear and concise description of what you want and what your use case is.

## 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.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ _roadhog-api-doc

# production
dist
/.vscode

# misc
.DS_Store
Expand All @@ -19,7 +18,6 @@ yarn-error.log
.idea
package-lock.json
*bak
.vscode

# visual studio code
.history
Expand Down
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"eslint.validate": [
"javascript",
"javascriptreact",
{ "language": "typescript", "autoFix": true },
{ "language": "typescriptreact", "autoFix": true }
]
}

0 comments on commit 94d0245

Please sign in to comment.