-
-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #420 from lichess-org/issue-template
Add issue template
- Loading branch information
Showing
3 changed files
with
76 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
name: Bug Report | ||
description: Report something not working on the mobile app. See below for the website. | ||
labels: ['bug'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
<b>Thank you for reporting an issue. Before submitting, please [search existing issues](https://github.com/lichess-org/mobile/issues) to confirm this is not a duplicate issue.</b> | ||
- type: textarea | ||
id: desc | ||
attributes: | ||
label: What is the problem? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: steps | ||
attributes: | ||
label: Steps to reproduce the bug | ||
description: Provide precise step by step instructions on how to reproduce the bug | ||
placeholder: | | ||
1. Go to ... | ||
2. Click ... | ||
3. ... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: What did you expect to happen? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: outcome | ||
attributes: | ||
label: What happened instead? | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Device Info | ||
description: Specify the device you are using the app on (e.g. Pixel 7) | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Operating System Version | ||
description: Example. Android 14 or iOS 16 | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Additional information | ||
description: | | ||
Provide any additional information that will give more context for the issue you are encountering. | ||
Screenshots can be added by clicking this area and then pasting or dragging them in. | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Website | ||
url: https://github.com/lichess-org/lila/issues | ||
about: Issues about the website are tracked in a seperate repository. | ||
- name: Old Mobile app | ||
url: https://github.com/lichess-org/lichobile/issues | ||
about: Issues for the old mobile app are tracked in a separate repository. Please check for duplicates first. | ||
- name: Support | ||
url: https://discord.gg/lichess | ||
about: GitHub issues are meant for tracking enhancements and bugs, not general support. Instead, search the Wiki, Lichess Forum, StackOverflow, or join our Discord. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: Other | ||
about: Other issue or enhancement for the website. | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
--- | ||
|