1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-07 21:47:02 +09:00

Update issue templates

This commit is contained in:
Sergey Fuksman 2023-07-24 09:10:45 +03:00
parent 8d2afd3e7c
commit 1cf60a01c8
No known key found for this signature in database
GPG key ID: 4DFFAA3F2CE0FF00
5 changed files with 99 additions and 75 deletions

View file

@ -1,39 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
---
### Bug description
<!-- A clear and concise description of what the bug is. -->
### Steps to reproduce
<!-- 1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error -->
### Expected behaviour
<!-- A clear and concise description of what you expected to happen. -->
### Screenshots or video
<!-- If applicable, add screenshots to help explain your problem. -->
### Desktop (please complete the following information)
<!-- - OS: macOS 14
- Version: latest master -->
### Additional context
<!-- Add any other context about the problem here. -->
---
- [ ] I have checked [bug reports](https://community.anytype.io/c/bug-reports/l/latest?board=default) and upvoted existing ones instead of creating a new one (check [this article](https://doc.anytype.io/d/community/community-forum) if you don't know how to join the community)
- [ ] I have considered creating a pull request with fixes instead of a bug report and want to proceed

61
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View file

@ -0,0 +1,61 @@
name: Bug report
description: File a bug
labels: ["bug", "triage"]
body:
- type: checkboxes
attributes:
label: Have you read a contributing guide?
description: Please read [CONTRINUTING.md](../../docs/CONTRIBUTING.md) before proceeding. Check if there are existing [bug reports](https://community.anytype.io/c/bug-reports/l/latest?board=default) and upvote them instead. Follow [this article](https://doc.anytype.io/d/community/community-forum) if you don't know how to join the community.
options:
- label: I have read CONTRIBUTING.md
required: true
- label: I have searched the existing issues and didn't find any that were similar
required: true
- label: I have considered creating a pull request with fixes instead of a bug report and want to proceed
required: true
- type: textarea
attributes:
label: Current Behavior
description: A concise description of what you're experiencing.
validations:
required: true
- type: textarea
attributes:
label: Expected Behavior
description: A concise description of what you expected to happen.
validations:
required: true
- type: textarea
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. In this environment...
2. With this config...
3. Run '...'
4. See error...
validations:
required: true
- type: textarea
attributes:
label: Environment
description: |
For example,
- **OS**: macOS 14
- **Version**: 0.35.4
value: |
- OS:
- Version:
render: markdown
validations:
required: true
- type: textarea
attributes:
label: Anything else?
description: |
Screenshots? Videos? Links? References? Anything that will give us more context about the issue you are encountering!
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false

View file

@ -6,6 +6,3 @@ contact_links:
- name: Anytype Community
url: https://community.anytype.io
about: Existing feature requests and bug reports from Anytype users.
- name: Security Issue
url: mailto:security@anytype.io
about: Please report security vulnerabilities here.

View file

@ -1,33 +0,0 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
---
### 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. -->
### Dependencies
**Design artboards**
**Linked issues**
---
- [ ] I have checked [feature requests](https://community.anytype.io/c/feature-requests/l/latest?board=default) and upvoted existing ones instead of creating a new one (check [this article](https://doc.anytype.io/d/community/community-forum) if you don't know how to join the community)
- [ ] I have considered creating a pull request with a new feature instead of a feature request and want to proceed

View file

@ -0,0 +1,38 @@
name: Feature request
description: Suggest an idea
labels: ["enhancement", "triage"]
body:
- type: checkboxes
attributes:
label: Have you read a contributing guide?
description: Please read [CONTRINUTING.md](../../docs/CONTRIBUTING.md) before proceeding. Check if there are existing [feature requests](https://community.anytype.io/c/feature-requests/l/latest?board=default) and upvote them instead. Follow [this article](https://doc.anytype.io/d/community/community-forum) if you don't know how to join the community.
options:
- label: I have read CONTRIBUTING.md
required: true
- label: I have searched the existing requests and didn't find any that were similar
required: true
- label: I have considered creating a pull request instead and want to proceed
required: true
- type: textarea
id: feature-description
attributes:
label: Clear and concise description of the problem
validations:
required: true
- type: textarea
id: suggested-solution
attributes:
label: Suggested solution
validations:
required: true
- type: textarea
id: alternative
attributes:
label: Alternative
description: Clear and concise description of any alternative solutions or features you've considered.
- type: textarea
id: additional-context
attributes:
label: Additional context
description: Any other context or screenshots about the feature request here.