Skip to content

Commit

Permalink
docs: updated issue templates (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed May 8, 2020
1 parent 29ad429 commit 5c139b9
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 64 deletions.
58 changes: 58 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
name: \U0001F41E Bug report
about: Did you find a bug?
title: ''
labels: 'type: bug'
assignees: ''

---

<!--
Hi there! Thank you for discovering and submitting an issue.
Before you submit this; let's make sure of a few things.
Please make sure the following boxes are ticked if they are correct.
If not, please try and fulfill these first.
-->

<!-- Checked checkbox should look like this: [x] -->
- [ ] I am on the [latest](https://github.com/ActivityWatch/activitywatch/releases/latest) ActivityWatch version.
- [ ] I have searched the issues of this repo and believe that this is not a duplicate.


<!--
Once those are done, if you're able to fill in the following list with your information,
it'd be very helpful to whoever handles the issue.
-->

- **OS version and name**: <!-- Replace with version + name -->
- **ActivityWatch version**: <!-- Replace with version -->

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

## To Reproduce
<!--
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
-->

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

## Documentation
<!--
If applicable, add screenshots or logs to help explain your problem.
Logs can be found in different places depending on platform:
- Windows: `C:\Users\<USER>\AppData\Local\ActivityWatch\Logs`
- macOS: `/Users/<USER>/Library/Logs/activitywatch`
- Linux: `/home/<USER>/.cache/activitywatch/log`
They can be opened with any plain text editor.
-->

## Additional context
<!-- Add any other context about the problem here. -->
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Issue templates are based on templates for poetry:
# https://github.com/python-poetry/poetry/tree/master/.github/ISSUE_TEMPLATE
blank_issues_enabled: false
contact_links:
- name: "\U0001F381 Feature requests"
url: https://forum.activitywatch.net/c/features
about: Request and vote on features on the forum.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/everything-else.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: "\U0001F5C3 Everything Else"
about: For questions and issues that do not fall in any of the other categories.
title: ''
labels: ''
assignees: ''

---

<!-- Describe your question and issue here. This space is meant to be used for general questions that are neither bugs nor feature requests. If you're looking for help or support, please post on the forum instead: https://forum.activitywatch.net/ -->


<!-- Checked checkbox should look like this: [x] -->
- [ ] I have searched the [issues](https://github.com/ActivityWatch/activitywatch/issues) of this repo and believe that this is not a duplicate.
- [ ] I have searched the [documentation](https://docs.activitywatch.net/en/latest/) and believe that my question is not covered.

## Issue
<!-- Now feel free to write your issue, but please be descriptive! Thanks again 🙌 ❤️ -->
26 changes: 0 additions & 26 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

0 comments on commit 5c139b9

Please sign in to comment.