Skip to content

Commit 5c139b9

Browse files
authored
docs: updated issue templates (#429)
1 parent 29ad429 commit 5c139b9

5 files changed

Lines changed: 83 additions & 64 deletions

File tree

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
name: \U0001F41E Bug report
3+
about: Did you find a bug?
4+
title: ''
5+
labels: 'type: bug'
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
Hi there! Thank you for discovering and submitting an issue.
12+
13+
Before you submit this; let's make sure of a few things.
14+
Please make sure the following boxes are ticked if they are correct.
15+
If not, please try and fulfill these first.
16+
-->
17+
18+
<!-- Checked checkbox should look like this: [x] -->
19+
- [ ] I am on the [latest](https://github.com/ActivityWatch/activitywatch/releases/latest) ActivityWatch version.
20+
- [ ] I have searched the issues of this repo and believe that this is not a duplicate.
21+
22+
23+
<!--
24+
Once those are done, if you're able to fill in the following list with your information,
25+
it'd be very helpful to whoever handles the issue.
26+
-->
27+
28+
- **OS version and name**: <!-- Replace with version + name -->
29+
- **ActivityWatch version**: <!-- Replace with version -->
30+
31+
## Describe the bug
32+
<!-- A clear and concise description of what the bug is. -->
33+
34+
## To Reproduce
35+
<!--
36+
Steps to reproduce the behavior:
37+
1. Go to '...'
38+
2. Click on '....'
39+
3. Scroll down to '....'
40+
4. See error
41+
-->
42+
43+
## Expected behavior
44+
<!-- A clear and concise description of what you expected to happen. -->
45+
46+
## Documentation
47+
<!--
48+
If applicable, add screenshots or logs to help explain your problem.
49+
50+
Logs can be found in different places depending on platform:
51+
- Windows: `C:\Users\<USER>\AppData\Local\ActivityWatch\Logs`
52+
- macOS: `/Users/<USER>/Library/Logs/activitywatch`
53+
- Linux: `/home/<USER>/.cache/activitywatch/log`
54+
They can be opened with any plain text editor.
55+
-->
56+
57+
## Additional context
58+
<!-- Add any other context about the problem here. -->

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Issue templates are based on templates for poetry:
2+
# https://github.com/python-poetry/poetry/tree/master/.github/ISSUE_TEMPLATE
3+
blank_issues_enabled: false
4+
contact_links:
5+
- name: "\U0001F381 Feature requests"
6+
url: https://forum.activitywatch.net/c/features
7+
about: Request and vote on features on the forum.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: "\U0001F5C3 Everything Else"
3+
about: For questions and issues that do not fall in any of the other categories.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!-- 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/ -->
11+
12+
13+
<!-- Checked checkbox should look like this: [x] -->
14+
- [ ] I have searched the [issues](https://github.com/ActivityWatch/activitywatch/issues) of this repo and believe that this is not a duplicate.
15+
- [ ] I have searched the [documentation](https://docs.activitywatch.net/en/latest/) and believe that my question is not covered.
16+
17+
## Issue
18+
<!-- Now feel free to write your issue, but please be descriptive! Thanks again 🙌 ❤️ -->

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)