Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove grammatical mistakes #1345

Merged
merged 5 commits into from
Jun 26, 2024
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
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/bug-issue.yml
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
name: '🐞 Report an issue or a bug'
description: Report issues or unexpected behaviours
description: Report issues or unexpected behaviours.
title: "[BUG] (Enter your description here)"
labels: ["bug", "triage"]
assignees: marticliment
body:
- type: checkboxes
attributes:
label: Please confirm these before moving forward
description: ![badge](https://img.shields.io/badge/unmaintained-unmaintained_yellow?style=for-the-badge&label=Development%20status&color=yellow)
description: ![badge](https://img.shields.io/badge/unmaintained-unmaintained_yellow?style=for-the-badge&label=Development%20status&color=yellow).
options:
- label: I have searched for my issue and not found a work-in-progress/duplicate/resolved issue.
required: true
- label: I have tested that this issue has not been fixed in the latest [(beta or stable) release](https://github.com/marticliment/ElevenClock/releases/).
required: true
- label: I have checked the [FAQ](https://github.com/marticliment/ElevenClock#frequently-asked-questions) section for solutions
- label: I have checked the [FAQ](https://github.com/marticliment/ElevenClock#frequently-asked-questions) section for solutions.
required: true
- label: This issue is about a bug (if it is not, please use the [correct template](https://github.com/marticliment/ElevenClock/issues/new/choose))
- label: This issue is about a bug (if it is not, please use the [correct template](https://github.com/marticliment/ElevenClock/issues/new/choose)).
required: true
- type: textarea
attributes:
label: Describe your issue
placeholder: Explain the issue you are experiencing, providing as much details as possible about it
placeholder: Explain the issue you are experiencing, providing as much details as possible about it.
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce the issue
placeholder: How can this issue be reproduced? List here, if known, the steps followed before this issue appeared
placeholder: How can this issue be reproduced? List here, if known, the steps followed before this issue appeared.
validations:
required: false
- type: textarea
attributes:
label: ElevenClock Log
render: "text"
placeholder: Paste here your ElevenClock log. Right-click a clock -> ElevenClock Settinfgs -> Debbuging information -> Show log
placeholder: Paste here your ElevenClock log. Right-click a clock -> ElevenClock Settinfgs -> Debbuging information -> Show log.
validations:
required: true
- type: textarea
Expand Down
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/enhancement-improvement.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: '🚧 Suggest an improvement or an enhancement'
description: Propose an improvement to ElevenClock
description: Propose an improvement to ElevenClock.
title: "[ENHANCEMENT] (Enter your description here)"
labels: ["enhancement", "triage"]
assignees: marticliment
Expand All @@ -11,19 +11,19 @@ body:
options:
- label: I have searched for my feature proposal and not found a work-in-progress/duplicate/resolved/discarded issue.
required: true
- label: This improvements refers to an existing feature. If you want to suggest a new feature, please use [this template](https://github.com/marticliment/ElevenClock/issues/new?assignees=marticliment&labels=new-feature&projects=&template=feature-request.yml&title=%5BFEATURE+REQUEST%5D+%28Enter+your+description+here%29)
- label: This improvements refers to an existing feature. If you want to suggest a new feature, please use [this template](https://github.com/marticliment/ElevenClock/issues/new?assignees=marticliment&labels=new-feature&projects=&template=feature-request.yml&title=%5BFEATURE+REQUEST%5D+%28Enter+your+description+here%29).
required: true
- label: This improvements is not a bug. If you want to report a bug, please use [this template](https://github.com/marticliment/ElevenClock/issues/new?assignees=marticliment&labels=bug&projects=&template=bug-issue.yml&title=%5BBUG%5D+%28Enter+your+description+here%29)
- label: This improvements is not a bug. If you want to report a bug, please use [this template](https://github.com/marticliment/ElevenClock/issues/new?assignees=marticliment&labels=bug&projects=&template=bug-issue.yml&title=%5BBUG%5D+%28Enter+your+description+here%29).
required: true
- type: textarea
attributes:
label: Describe the improvement
placeholder: Explain how do you see this enhancement, providing as much details as possible about it
placeholder: Explain how do you see this enhancement, providing as much details as possible about it.
validations:
required: true
- type: textarea
attributes:
label: Describe how this improvement could help users.
label: Describe how this improvement could help users
placeholder: For what would it be useful?
validations:
required: true
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: '💡 Propose a new feature'
description: Propose a new feature that could be useful in ElevenClock
description: Propose a new feature that could be useful in ElevenClock.
title: "[FEATURE REQUEST] (Enter your description here)"
labels: ["new-feature", "triage"]
assignees: marticliment
Expand All @@ -11,17 +11,17 @@ body:
options:
- label: I have searched for my feature proposal and not found a work-in-progress/duplicate/resolved/discarded issue.
required: true
- label: This proposal is a completely new feature. If you want to suggest an improvement or an enhancement, please use [this template](https://github.com/marticliment/ElevenClock/issues/new?assignees=marticliment&labels=enhancement&projects=&template=enhancement-improvement.yml&title=%5BENHANCEMENT%5D+%28Enter+your+description+here%29)
- label: This proposal is a completely new feature. If you want to suggest an improvement or an enhancement, please use [this template](https://github.com/marticliment/ElevenClock/issues/new?assignees=marticliment&labels=enhancement&projects=&template=enhancement-improvement.yml&title=%5BENHANCEMENT%5D+%28Enter+your+description+here%29).
required: true
- type: textarea
attributes:
label: Describe the new feature
placeholder: Explain how do you see this new feature, providing as much details as possible about it
placeholder: Explain how do you see this new feature, providing as much details as possible about it.
validations:
required: true
- type: textarea
attributes:
label: Describe how this new feature could help users.
label: Describe how this new feature could help users
placeholder: For what would it be useful?
validations:
required: true
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/hard-crash.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: '🚑 Report a crash or a hang'
description: ElevenClock is not launching, is hard-crashing or is hanging at some point
description: ElevenClock is not launching, is hard-crashing or is hanging at some point.
title: "[CRASH] (Enter your description here)"
labels: ["bug", "important", "triage"]
assignees: marticliment
Expand Down