Skip to content

Commit

Permalink
Merge pull request #15 from mac-brand-spaces/marius_update-repo
Browse files Browse the repository at this point in the history
Marius update repo
  • Loading branch information
MeroFuruya committed Aug 17, 2023
2 parents 04ea013 + d9fc824 commit fac54f5
Show file tree
Hide file tree
Showing 14 changed files with 885 additions and 220 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report---.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: "Bug report \U0001F41E"
description: File a bug report
labels:
- "bug"
body:
- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
placeholder: I was trying to do X, and Y happened instead.
- type: textarea
attributes:
label: Steps to reproduce
description: Steps to reproduce the behavior.
placeholder: 1. Go to '...'
- type: textarea
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
placeholder: I expected Y to happen.
- type: textarea
attributes:
label: Environment
description: Describe the environment in which the bug occurred
placeholder: |
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
- type: textarea
attributes:
label: Other information
description: Add any other context about the problem here.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request---.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: "Feature request \U0001F680"
description: Suggest an idea
labels:
- enhancement
body:
- type: textarea
attributes:
label: Describe the feature
description: A clear and concise description of what the feature is.
placeholder: I would like to see X.
- type: textarea
attributes:
label: Example
description: An example of how this feature would be used.
placeholder: |
This feature would be used like this:
...
- type: textarea
attributes:
label: Motivation
description: Why are we doing this? What use cases does it support? What is the expected outcome?
placeholder: |
This feature would be useful for X.
It would allow us to do Y.
Empty file added .github/workflows/.gitkeep
Empty file.
Loading

0 comments on commit fac54f5

Please sign in to comment.