Skip to content

Commit

Permalink
docs: Add interested to help out checkbox (#843)
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

Just adds checkboxes in the issue templates to ask the person filing the
issue if they are interested in working on it.

## 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 a9fde62 commit d916210
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,11 @@ body:
label: Additional context and comments
description: |
Anything else you want to say?
- type: checkboxes
id: other
attributes:
label: Other
options:
- label: I'm interested in working on a PR for this:

8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,11 @@ body:
label: Additional context and comments
description: |
Anything else you want to say?
- type: checkboxes
id: other
attributes:
label: Other
options:
- label: I'm interested in working on a PR for this:

0 comments on commit d916210

Please sign in to comment.