Skip to content

Commit

Permalink
docs: Fix format of issue template checkbox (#846)
Browse files Browse the repository at this point in the history
<!--
  Thanks for contributing!

Provide a description of your changes below and a general summary in the
title

Please look at the following checklist to ensure that your PR can be
accepted quickly:
-->

## Description

Fix the format of the label for the checkbox asking whether you want to
work in the issue.

## Type of Change

<!--- Put an `x` in all the boxes that apply: -->

- [ ] ✨ `feat` -- New feature (non-breaking change which adds
functionality)
- [ ] 🛠️ `fix` -- Bug fix (non-breaking change which fixes an issue)
- [ ] ❌ `!` -- Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] 🧹 `refactor` -- Code refactor
- [ ] ✅ `ci` -- Build configuration change
- [x] 📝 `docs` -- Documentation
- [ ] 🗑️ `chore` -- Chore
  • Loading branch information
spydon authored Jan 19, 2025
1 parent f744da8 commit a9ce186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ body:
attributes:
label: Other
options:
- label: I'm interested in working on a PR for this:
- label: I'm interested in working on a PR for this.

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ body:
attributes:
label: Other
options:
- label: I'm interested in working on a PR for this:
- label: I'm interested in working on a PR for this.

0 comments on commit a9ce186

Please sign in to comment.