Skip to content

Commit d9ec853

Browse files
committed
fix: templates
1 parent fa5b55e commit d9ec853

File tree

4 files changed

+131
-125
lines changed

4 files changed

+131
-125
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 0 additions & 84 deletions
This file was deleted.
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
name: 🚨 Bug report
2+
title: "bug: "
3+
description: Create a bug report to help us improve
4+
labels: ["bug/fix", "needs: triage"]
5+
6+
body:
7+
- type: input
8+
attributes:
9+
label: Version
10+
description: |
11+
Let us know the version number of each affected plugin. Please make sure you are using the latest version before reporting an issue. Chances are that the bug you discovered has already been fixed in a subsequent version.
12+
placeholder: 6.0.0
13+
validations:
14+
required: true
15+
- type: checkboxes
16+
attributes:
17+
label: Platform(s)
18+
description: Select the platforms that this bug affects.
19+
options:
20+
- label: Android
21+
- label: iOS
22+
- label: Web
23+
- type: textarea
24+
attributes:
25+
label: Current behavior
26+
description: A concise description of what you're experiencing.
27+
validations:
28+
required: true
29+
- type: textarea
30+
attributes:
31+
label: Expected behavior
32+
description: A concise description of what you expected to happen.
33+
validations:
34+
required: true
35+
- type: input
36+
attributes:
37+
label: Reproduction
38+
description: |
39+
Please provide a [Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example) in a public GitHub repository so that we can debug the issue.
40+
We have prepared a template repository that you can use: [Cap-go/.capacitor-app](https://github.com/Cap-go/.capacitor-app).
41+
placeholder: https://github.com/...
42+
validations:
43+
required: false
44+
- type: textarea
45+
attributes:
46+
label: Steps to reproduce
47+
description: Steps to reproduce the behaviour using the provided example.
48+
placeholder: |
49+
1. In this environment...
50+
2. With this config...
51+
3. Run '...'
52+
4. See error...
53+
validations:
54+
required: true
55+
- type: textarea
56+
attributes:
57+
label: Other information
58+
description: List any other information that is relevant to your issue. Device information, stack traces, screenshots, related issues, etc.
59+
- type: textarea
60+
attributes:
61+
label: Capacitor doctor
62+
description: Run `npx cap doctor` in a terminal and paste the output below.
63+
validations:
64+
required: true
65+
- type: checkboxes
66+
attributes:
67+
label: Before submitting
68+
description: |
69+
A well-written bug report allows the maintainers to quickly recreate the necessary conditions to inspect the bug and quickly find its root cause.
70+
Please ensure your bug report fulfills all of the following requirements.
71+
options:
72+
- label: I have read and followed the [bug report guidelines](https://capawesome.io/contributing/bug-reports/).
73+
required: true
74+
- label: I have attached links to possibly related issues and discussions.
75+
required: true
76+
- label: I understand that incomplete issues (e.g. without reproduction) are closed.
77+
required: true
78+
- type: checkboxes
79+
attributes:
80+
label: Fastest way to fix this issue
81+
description: |
82+
Founding is a great way to get your issue fixed fast. This make community contributions more likely to happen and discharge the maintainers from the burden of being the only one fixing all issues.
83+
options:
84+
- label: I want to get this fix ASAP and [found the issue with Algora](https://console.algora.io/org/gl/bounties/community?fund=Cap-go%2Fcapacitor-inappbrowser) we recommend ($50 to $500)
85+
required: false
86+

.github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 0 additions & 41 deletions
This file was deleted.
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
name: ⚡️ Feature request
2+
title: "feat: "
3+
description: Suggest an idea for this project
4+
labels: ["feature", "needs: triage"]
5+
6+
body:
7+
- type: textarea
8+
attributes:
9+
label: Current problem
10+
description: A clear and concise description of what the problem is.
11+
placeholder: I'm always frustrated when [...]
12+
validations:
13+
required: true
14+
- type: textarea
15+
attributes:
16+
label: Preferred solution
17+
description: A clear and concise description of what you want to happen.
18+
validations:
19+
required: true
20+
- type: textarea
21+
attributes:
22+
label: Alternative options
23+
description: A clear and concise description of any alternative solutions or features you've considered.
24+
- type: textarea
25+
attributes:
26+
label: Additional context
27+
description: Add any other context or screenshots about the feature request here.
28+
- type: checkboxes
29+
attributes:
30+
label: Before submitting
31+
description: |
32+
Please ensure your idea fulfills all of the following requirements.
33+
options:
34+
- label: I have read and followed the [feature request guidelines](https://capawesome.io/contributing/feature-requests/).
35+
required: true
36+
- label: I have attached links to possibly related issues and discussions.
37+
required: true
38+
- type: checkboxes
39+
attributes:
40+
label: Fastest way to get this feature added
41+
description: |
42+
Founding is a great way to get your feature added fast. This make community contributions more likely to happen and discharge the maintainers from the burden of being the only one adding features.
43+
options:
44+
- label: I want to get this feature ASAP and [found the issue with Algora](https://console.algora.io/org/gl/bounties/community?fund=Cap-go%2Fcapacitor-inappbrowser) we recommend ($100 to $1000)
45+
required: false

0 commit comments

Comments
 (0)