Skip to content

Commit

Permalink
Update issue templates (#263)
Browse files Browse the repository at this point in the history
* Update issue templates

* update issue templates

* fix comments

* Update issue templates

* small text improvements

* Update bug_report.md

Co-authored-by: Jochen Pfeiffer <[email protected]>
  • Loading branch information
jjochen and jjochen committed Apr 19, 2020
1 parent 2ac2870 commit 583e5b6
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 0 deletions.
63 changes: 63 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
---
name: 🐛 Bug Report
about: Create a report to help us improve
title: ''
labels: 'bug'
assignees: ''

---

<!--
Hi, thanks so much for opening an issue! 🤗
To better pinpoint (and solve) the issue you're experiencing, we could use some information on your behalf.
In some cases it can be really helpful to provide a short example of your code.
If so, please wrap these code blocks in backticks, like this:
```swift
*your code goes here*
```
The code will automatically get its syntax highlighted, and doesn't need to be indented 4 spaces to be shown as code.
When referencing a dependency manager-related issue (CocoaPods, SwiftPM), please add its configuration file and version to the issue.
It would be helpful to put the contents in a code block too, using ```ruby for CocoaPods and ```swift for SwiftPM.
-->


## Describe the bug
<!-- A clear and concise description of what the bug is. -->


## To reproduce
<!-- Steps to reproduce the behavior. -->

1.
2.
3.
4.


## Expected behavior
<!-- A clear and concise description of what you expected to happen. -->


## Screenshots
<!-- If applicable, add screenshots to help explain your problem. -->


## Environment
<!-- Add some background information. -->

- JJFloatingActionButton version:
- iOS version:
- Xcode version:
- Is the issue you're experiencing reproducible in the example app?
- ...


## Additional context
<!-- Add any other context about the problem here. -->


37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: 🚀 Feature Request
about: Suggest an idea for this project
title: ''
labels: 'enhancement'
assignees: ''

---

<!--
Hi, thanks so much for opening an issue! 🤗
In some cases it can be really helpful to provide a short example of your code.
If so, please wrap these code blocks in backticks, like this:
```swift
*your code goes here*
```
The code will automatically get its syntax highlighted, and doesn't need to be indented 4 spaces to be shown as code.
-->

## Is your feature request related to a problem? Please describe.
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->


## Describe the solution you'd like.
<!-- A clear and concise description of what you want to happen. -->


## Describe alternatives you've considered.
<!-- A clear and concise description of any alternative solutions or features you've considered. -->


## Additional context.
<!-- Add any other context or screenshots about the feature request here. -->

21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: 🤗 Support
about: Ask a question you might have about JJFloatingActionButton
title: ''
labels: 'support'
assignees: ''

---

<!--
What can we help you with?
In some cases it can be really helpful to provide a short example of your code.
If so, please wrap these code blocks in backticks, like this:
```swift
*your code goes here*
```
The code will automatically get its syntax highlighted, and doesn't need to be indented 4 spaces to be shown as code.
-->

0 comments on commit 583e5b6

Please sign in to comment.