diff --git a/.github/ISSUE_TEMPLATE/01_feature_request.yml b/.github/ISSUE_TEMPLATE/01_feature_request.yml new file mode 100644 index 00000000..b074761d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/01_feature_request.yml @@ -0,0 +1,20 @@ +name: New Blog Post +description: Got an idea for a future blog post? +title: "Blog Post: " +labels: ["enhancement"] +assignees: + - octocat +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this New Blog Post suggestion! + - type: textarea + id: Blog + attributes: + label: Blog Post + description: Describe your suggestion for a new blog + placeholder: "Blog Post: Rounding in R versus SAS" + validations: + required: true + - type: textarea diff --git a/.github/ISSUE_TEMPLATE/02_bug_report.yml b/.github/ISSUE_TEMPLATE/02_bug_report.yml new file mode 100644 index 00000000..1ffecf25 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/02_bug_report.yml @@ -0,0 +1,20 @@ +name: Bug Report +description: Something is not working correctly or is not working at all! +title: "Bug: " +labels: ["bug", "programming"] +assignees: + - octocat +body: + - type: markdown + attributes: + value: | + **Example:** Bug: Link is returning a **404 File no found** page + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Also tell us what were you expecting to happen before the bug? + placeholder: "Please give us as many details as you can!" + validations: + required: true + - type: textarea diff --git a/.github/ISSUE_TEMPLATE/03_general_issue.yml b/.github/ISSUE_TEMPLATE/03_general_issue.yml new file mode 100644 index 00000000..b015f50e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/03_general_issue.yml @@ -0,0 +1,20 @@ +name: General Issue +description: Issue that is difficult to fit into bug, or new blog post issue. +title: "General Issue: " +labels: ["general issue"] +assignees: + - octocat +body: + - type: markdown + attributes: + value: | + **Example:** General Issue: Linked In Blog Post for updates on the latest admiral release? + - type: textarea + id: background + attributes: + label: Background Information + description: Please provide a description of a general issue with the Blogs. Links and screenshots are encouraged. + placeholder: "Example: Use changelog/news.md file to gather relevant changes and create into a nice post for Linked In. The more information the better and the faster we can get this issue completed." + validations: + required: true + - type: textarea diff --git a/.github/ISSUE_TEMPLATE/04_documentation.yml b/.github/ISSUE_TEMPLATE/04_documentation.yml new file mode 100644 index 00000000..98485b51 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/04_documentation.yml @@ -0,0 +1,19 @@ +name: Updates or Enhancements for Documentation +description: Documents out of date? Examples need reworking? +title: "Documentation: " +labels: ["Documentation"] +assignees: + - octocat +body: + - type: markdown + attributes: + value: | + The Pharmaverse team loves to keep documentations up to date! + - type: textarea + id: docs-out-if-sync + attributes: + label: Let us know where something needs a refresh or put your idea here! + description: Screen shots are super helpful here! You can do a screenshot and cut and paste it here right in here. + placeholder: "Something is out of sync or needs a refresh" + validations: + required: true