From 2e5e7e8080605c311c03483155732acb331c64cd Mon Sep 17 00:00:00 2001 From: Hanno Rein Date: Sat, 23 Sep 2023 19:40:36 -0400 Subject: [PATCH] Issue templates --- .github/ISSUE_TEMPLATE/advice.md | 2 +- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/question.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/advice.md b/.github/ISSUE_TEMPLATE/advice.md index b32d43059..1f6972efd 100644 --- a/.github/ISSUE_TEMPLATE/advice.md +++ b/.github/ISSUE_TEMPLATE/advice.md @@ -1,6 +1,6 @@ --- name: Ask for advice -about: Ask for advise on how to use REBOUND to run your simulation. Inquire about what integrator is best for your problem, what settings to choose, or how to optmimize runtime. +about: Ask for advise on how to use REBOUND to run your simulation. Find out if REBOUND is the right tool for your physics problem. Inquire about what integrator is best for your problem, what settings to choose, or how to optmimize runtime. title: '' labels: question assignees: '' diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index bad11abfb..d8a6fe040 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 REBOUND +about: Think you encountered a bug? File a bug report and help us improve REBOUND. title: '' labels: bug assignees: '' diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 667853174..a264b0dcb 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,6 @@ --- name: Feature request -about: Describe what features you would like to see REBOUND +about: Do you think REBOUND is missing a feature? Describe what features you would like to see implemented in a future version of REBOUND. title: '' labels: feature request assignees: '' diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 421e36169..f0a051861 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,6 +1,6 @@ --- -name: Question -about: Ask a general question about REBOUND +name: General question +about: Ask a general question about REBOUND. title: '' labels: question assignees: ''