Skip to content

Commit

Permalink
Merge pull request #420 from lichess-org/issue-template
Browse files Browse the repository at this point in the history
Add issue template
  • Loading branch information
veloce authored Jan 3, 2024
2 parents b24985f + 5d1b803 commit 1bcef49
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 0 deletions.
57 changes: 57 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
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
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/other.md
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: ''
---

0 comments on commit 1bcef49

Please sign in to comment.