Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closes #8 Adding Issue templates #76

Merged
merged 1 commit into from
Aug 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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