Skip to content

Commit

Permalink
Merge pull request #121 from pschmitt/update-issue-templates
Browse files Browse the repository at this point in the history
  • Loading branch information
alichtman committed Nov 30, 2021
2 parents fec35cb + 72b446d commit 19347ba
Show file tree
Hide file tree
Showing 6 changed files with 73 additions and 42 deletions.
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: "🐞 Bug report"
description: File a bug report
labels: ["🐞 bug", "🎲 triage"]
title: "🐞 bug: "
body:
- type: textarea
id: description
attributes:
label: Issue description
description: What went wrong?
validations:
required: true

- type: textarea
id: zinit-config
validations:
required: true
attributes:
label: zinit config
description: The ices you used
value: |
```zsh
zinit \
null \
atclone'true' \
for zdharma_continuum/null
```
- type: input
id: zinit-version
validations:
required: true
attributes:
label: 'zinit version or commit ID'
description: '`git -C $ZINIT[BIN_DIR] rev-list --max-count=1 HEAD`'
placeholder: "7cd8768de45fb7e1f98bbe90a961674b38fa247d"

- type: input
id: zsh-version
validations:
required: true
attributes:
label: zsh version
description: "ZSH version you're currently using: `echo $ZSH_VERSION`"
placeholder: "5.8"
25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: ❓ GitHub Discussions
url: https://github.com/zdharma-continuum/zinit/discussions
about: Please ask and answer questions here
- name: πŸ’¬ Gitter
url: https://gitter.im/zdharma-continuum/community/
about: Chat with the team
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: "🎁 Feature request"
description: Request a new feature
labels: ["🎁 feature request", "🎲 triage"]
title: "🎁 Feature request: "
body:
- type: textarea
id: description
attributes:
label: Feature request
description: Description of the usecase that's currently not supported
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/proposal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: "🏦 Proposal"
description: Propose an architectural change (refactoring etc.)
labels: ["πŸ› proposal", "🎲 triage"]
title: "🏦 Proposal: "
body:
- type: textarea
id: description
attributes:
label: Proposal
description: Describe what you'd like to see changed

0 comments on commit 19347ba

Please sign in to comment.