Skip to content

Commit

Permalink
Closes #8 Adding Issue templates (#76)
Browse files Browse the repository at this point in the history
Adding Issue templates
  • Loading branch information
sadchla-codes authored Aug 2, 2023
1 parent 740e303 commit a29911f
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/01_feature_request.yml
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
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/02_bug_report.yml
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
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/03_general_issue.yml
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
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/04_documentation.yml
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

0 comments on commit a29911f

Please sign in to comment.