Skip to content

Commit

Permalink
modify issue template (#3887)
Browse files Browse the repository at this point in the history
* modify issue template

* change bug issue template
* auto add labels
* use emojis
* add link to Discord chat
  • Loading branch information
skshetry committed May 28, 2020
1 parent 63972c3 commit 889a17e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
17 changes: 12 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
---
name: Bug report
about: Create a report to help us improve

name: "\U0001F41B Bug Report"
about: Create a bug report to help us improve DVC
labels: bug, triage
---

## Bug Report

### Please provide information about your setup
**Output of `dvc version`:**
```sh
$ dvc version
```

**Please provide information about your setup**
DVC version(i.e. `dvc --version`), Platform and method of installation (pip, homebrew, pkg Mac, exe (Windows), DEB(Linux), RPM(Linux))
**Additional Information (if any):**

If applicable, please also provide a `--verbose` output of the command, eg: `dvc add --verbose`.
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: "🤗 Need help?"
url: https://dvc.org/chat
about: If you have a question, ask us on Discord. Please join with this invite 👉
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Feature request
name: "\U0001F680 Feature Request"
about: Suggest an idea for this project

labels: feature request, triage
---

0 comments on commit 889a17e

Please sign in to comment.