-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Adding Issue templates
- Loading branch information
1 parent
740e303
commit a29911f
Showing
4 changed files
with
79 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: New Blog Post | ||
description: Got an idea for a future blog post? | ||
title: "Blog Post: <Insert Blog Post Title Here>" | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: Bug Report | ||
description: Something is not working correctly or is not working at all! | ||
title: "Bug: <Insert Issue Title Here>" | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: General Issue | ||
description: Issue that is difficult to fit into bug, or new blog post issue. | ||
title: "General Issue: <Insert Issue Title Here>" | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Updates or Enhancements for Documentation | ||
description: Documents out of date? Examples need reworking? | ||
title: "Documentation: <Insert Issue Title Here>" | ||
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 |