diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a9935db16..4e43acd44 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- -name: Bug report -about: Create a report to help us improve +name: 🐛 Bug Report +about: If something isn't working as expected 🤔 title: '' labels: bug, pending verification assignees: '' @@ -8,10 +8,11 @@ assignees: '' --- #### Describe the bug + -A clear and concise description of what the bug is. +#### Platform + -#### Check all that apply (change to `[x]`) - [ ] Windows - [ ] macOS - [ ] Linux diff --git a/.github/ISSUE_TEMPLATE/compilation.md b/.github/ISSUE_TEMPLATE/compilation.md index 13b573750..e15b59115 100644 --- a/.github/ISSUE_TEMPLATE/compilation.md +++ b/.github/ISSUE_TEMPLATE/compilation.md @@ -1,17 +1,25 @@ --- -name: Compilation issue -about: Report a problem when compiling the code +name: 😱 Compilation issue +about: Report a problem when compiling the code 😬 title: '' labels: 'compilation' assignees: '' --- -#### Describe your question +#### Describe your issue + -... -#### Check all that apply (change to `[x]`) +#### Checklist + + +- [ ] I have read the [bug report](https://libigl.github.io/bug-report/) +- [ ] CMake issue: I have tried with a fresh clone/empty build directory + +#### Platform + + - [ ] Windows - [ ] macOS - [ ] Linux diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3ba13e0ce..9bc6424af 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +1,8 @@ blank_issues_enabled: false +contact_links: + - name: 🚀 Feature Request + url: https://github.com/libigl/libigl/discussions/new?category_id=32617689 + about: Share ideas for new features + - name: ❓ Ask a Question + url: https://github.com/libigl/libigl/discussions/new?category_id=32617688 + about: Ask the community for help diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index f3e181d9e..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: 'enhancement' -assignees: '' - ---- - -#### Describe your feature request - -... - -#### Check all that apply (change to `[x]`) -- [ ] Windows -- [ ] macOS -- [ ] Linux diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index a3ec3a2bc..000000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Question -about: Ask question about the tutorial or documentation -title: '' -labels: 'question' -assignees: '' - ---- - -#### Describe your question - -... - -#### Check all that apply (change to `[x]`) -- [ ] Windows -- [ ] macOS -- [ ] Linux diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1c176aadc..5f03fb757 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,9 +1,11 @@ Fixes # . -[Describe your changes and what you've already done to test it.] + -#### Check all that apply (change to `[x]`) +#### Checklist + + - [ ] All changes meet [libigl style-guidelines](https://libigl.github.io/style-guidelines/). - [ ] Adds new .cpp file. - [ ] Adds corresponding unit test.