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

Update issue templates #513

Merged
merged 1 commit into from
Sep 13, 2021
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
25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE/01_bug.md

This file was deleted.

39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/01_bug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Bug Report
description: Something is not working
labels: [bug]
body:
- type: textarea
id: description
attributes:
label: Description
placeholder: Please include steps to reproduce your issue, provide example code snippets if possible
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behaviour
placeholder: What did you expect to happen instead
validations:
required: true
- type: input
id: stdlib-version
attributes:
label: Version of stdlib
placeholder: 86ed2f3af570e2e09bdf03f1b74cdc4c4b13b43d, ...
validations:
required: true
- type: input
id: platform
attributes:
label: Platform and Architecture
placeholder: MacOS/ARM, Windows, OpenBSD, ...
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional Information
placeholder: Further relevant context, i.e. links to other issues
validations:
required: false
14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE/02_proposal.md

This file was deleted.

28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/02_proposal.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Feature Proposal
description: Suggestion for new functionality in stdlib
labels: [idea]
body:
- type: textarea
id: motivation
attributes:
label: Motivation
placeholder: |
What is the purpose of this proposal. Please provide usage examples for the new functionality as well.
validations:
required: true
- type: textarea
id: prior-art
attributes:
label: Prior Art
placeholder: |
Include links and references to other package manager or build systems if available.
validations:
required: false
- type: textarea
id: additional
attributes:
label: Additional Information
placeholder: Further relevant context, i.e. links to other issues
validations:
required: false

4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/03_free.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
name: Free Form
about: If the topic doesn't fit anything above and is not suitable for the lists below
---
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
contact_links:
- name: Stdlib discussion board
url: https://github.com/fortran-lang/stdlib/discussions
about: Discussion about stdlib related topics
- name: Fortran-lang discourse
url: https://fortran-lang.discourse.group/
about: Discussion about all things Fortran
- name: Fortran-lang mailing list
url: https://groups.io/g/fortran-lang
about: Mailinglist for the Fortran language