Skip to content

Commit

Permalink
pref(issue_template): improve the issue_tempalte
Browse files Browse the repository at this point in the history
  • Loading branch information
Nliver authored and mergify[bot] committed Sep 28, 2022
1 parent 47021cc commit c2be08d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ title: "bug: "
description: Unexpected behavior with StoneDB.
labels: ["A-bug"]
body:
- type: checkboxes
attributes:
label: Have you read the Contributing Guidelines on issues?
options:
- label: I have read the [Contributing Guidelines on issues](https://github.com/stoneatom/stonedb/blob/stonedb-5.7-dev/CONTRIBUTING.md).
required: true

- type: checkboxes
attributes:
label: Please confirm if bug report does NOT exists already ?
description: We kindly ask that you [search](https://github.com/stoneatom/stonedb/issues?q=is%3Aissue+is%3Aclosed) to see if an issue already exists for your bug
options:
- label: I confirm there is no existing issue for this
required: true

- type: textarea
attributes:
label: Describe the problem
Expand Down
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: false
contact_links:
- name: StoneDB Discussion
url: https://github.com/stoneatom/stonedb/discussions
about: Discuss ideas for new features of changes
# - name: Questions & Help
# url: http://forum.stonedb.io/
# about: Please ask and answer questions here.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ body:
attributes:
label: Have you read the Contributing Guidelines on issues?
options:
- label: I have read the [Contributing Guidelines on issues](https://github.com/stoneatom/stonedb/blob/stonedb-5.7/CONTRIBUTING.md).
- label: I have read the [Contributing Guidelines on issues](https://github.com/stoneatom/stonedb/blob/stonedb-5.7-dev/CONTRIBUTING.md).
required: true

- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/general_question.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Before asking a question, make sure you have:
- Searched open and closed [GitHub issues](https://github.com/stoneatom/stonedb/issues)
- Read the documentation:
- [StoneDB Readme](https://github.com/stoneatom/stonedb)
- [StoneDB Doc](https://github.com/stoneatom/stonedb/tree/stonedb-5.6/Docs)
- [StoneDB Doc](https://stonedb.io/docs/about-stonedb/intro)
-->

0 comments on commit c2be08d

Please sign in to comment.