Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 20 additions & 16 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: 🐞 Bug report
description: Something is not working as expected.
title: 🐞 YOUR_DESCRIPTION
title: 🐞 <bug title>
labels: bug

body:
- type: textarea
attributes:
label: Description
description: >-
A clear and concise description of what the bug is.
placeholder: >-
A clear and concise description of what the bug is...
validations:
required: true

- type: textarea
attributes:
label: To Reproduce
description: >-
Steps to reproduce the behavior.
Steps to reliably reproduce the behavior.
placeholder: |
1. Go to '...'
2. Click on '....'
Expand All @@ -27,26 +27,30 @@ body:

- type: textarea
attributes:
label: Expected behavior
description: >-
A clear and concise description of what you expected to happen.
label: Expected Behavior
placeholder: >-
A clear and concise description of what you expected to happen...
validations:
required: true

- type: textarea
attributes:
label: Version information
label: Version Information
description: >-
click on the version number on the welcome screen
value: |
CodeEditTextView: [e.g. 1.0]
macOS: [e.g. 12.3.0]
Xcode: [e.g. 13.3]
validations:
required: true
CodeEditTextView: [e.g. 0.x.y]
macOS: [e.g. 13.2.1]
Xcode: [e.g. 14.2]

- type: textarea
attributes:
label: Additional Context
placeholder: >-
Any other context or considerations about the bug...

- type: textarea
attributes:
label: Additional context
description: >-
Add any other context about the problem here.
label: Screenshots
placeholder: >-
If applicable, please provide relevant screenshots or screen recordings...
31 changes: 13 additions & 18 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,31 @@
name: ✨ Feature request
description: Suggest an idea for this project
title: ✨ YOUR_DESCRIPTION
title: ✨ <feature title>
labels: enhancement

body:
- type: input
attributes:
label: Is your feature request related to a problem? Please describe.
placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
validations:
required: false

- type: textarea
attributes:
label: Describe the solution you'd like
label: Description
placeholder: >-
A clear and concise description of what you want to happen.
A clear and concise description of what you would like to happen...
validations:
required: true

- type: textarea
attributes:
label: Describe alternatives you've considered
label: Alternatives Considered
placeholder: >-
A clear and concise description of any alternative solutions or features you've considered.
validations:
required: true
Any alternative solutions or features you've considered...

- type: textarea
attributes:
label: Additional context
label: Additional Context
placeholder: >-
Add any other context or screenshots about the feature request here.
validations:
required: true
Any other context or considerations about the feature request...

- type: textarea
attributes:
label: Screenshots
placeholder: >-
If applicable, please provide relevant screenshots or screen recordings...
30 changes: 30 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!--- IMPORTANT: If this PR addresses multiple unrelated issues, it will be closed until separated. -->

### Description

<!--- REQUIRED: Describe what changed in detail -->

### Related Issues

<!--- REQUIRED: Tag all related issues (e.g. * #123) -->
<!--- If this PR resolves the issue please specify (e.g. * closes #123) -->
<!--- If this PR addresses multiple issues, these issues must be related to one other -->

* #ISSUE_NUMBER

### Checklist

<!--- Add things that are not yet implemented above -->

- [ ] I read and understood the [contributing guide](https://github.com/CodeEditApp/CodeEdit/blob/main/CONTRIBUTING.md) as well as the [code of conduct](https://github.com/CodeEditApp/CodeEdit/blob/main/CODE_OF_CONDUCT.md)
- [ ] The issues this PR addresses are related to each other
- [ ] My changes generate no new warnings
- [ ] My code builds and runs on my machine
- [ ] My changes are all related to the related issue above
- [ ] I documented my code

### Screenshots

<!--- REQUIRED: if issue is UI related -->

<!--- IMPORTANT: Fill out all required fields. Otherwise we might close this PR temporarily -->