-
-
Notifications
You must be signed in to change notification settings - Fork 624
chore(github): add docs and maintenance issue templates #2467
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
Merged
fallenbagel
merged 2 commits into
develop
from
fallenbagel/chore/issue-templates-docs-maintenance
Feb 17, 2026
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,63 @@ | ||
| name: 📚 Documentation | ||
| description: Report a docs problem or suggest a docs improvement | ||
| title: "[Docs]: " | ||
| labels: ["documentation", "awaiting triage"] | ||
| type: task | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Thanks for helping improve the docs! | ||
|
|
||
| Use this template for documentation issues (typos, unclear steps, missing info, outdated screenshots). | ||
| For app bugs or feature ideas, please use the other templates. | ||
| - type: input | ||
| id: doc-location | ||
| attributes: | ||
| label: Page / Location | ||
| description: Link to the docs page or the file/path (e.g. https://docs.seerr.dev/... or README.md) | ||
| placeholder: "https://docs.seerr.dev/..." | ||
| validations: | ||
| required: true | ||
| - type: dropdown | ||
| id: doc-area | ||
| attributes: | ||
| label: Docs Area | ||
| options: | ||
| - docs site | ||
| - migration guide | ||
| - README / repo docs | ||
| - API / integrations | ||
| - other | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: problem | ||
| attributes: | ||
| label: What’s wrong / missing? | ||
| description: Describe the issue in the docs. | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: suggested-fix | ||
| attributes: | ||
| label: Suggested change | ||
| description: If you know what should be changed, describe it (or paste proposed wording). | ||
| validations: | ||
| required: false | ||
| - type: checkboxes | ||
| id: search-existing | ||
| attributes: | ||
| label: Search Existing Issues | ||
| description: Have you searched existing issues to see if this has already been reported? | ||
| options: | ||
| - label: Yes, I have searched existing issues. | ||
| required: true | ||
| - type: checkboxes | ||
| id: terms | ||
| attributes: | ||
| label: Code of Conduct | ||
| description: By submitting this issue, you agree to follow our Code of Conduct. | ||
| options: | ||
| - label: I agree to follow Seerr's [Code of Conduct](https://github.com/seerr-team/seerr/blob/develop/CODE_OF_CONDUCT.md). | ||
| required: true | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,65 @@ | ||
| name: 🧰 Maintenance / Chore | ||
| description: CI, GitHub Actions, build, dependencies, refactors (non-feature work) | ||
| title: "[Chore]: " | ||
| labels: ["maintenance", "awaiting triage"] | ||
| type: task | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Maintainers / contributors: use this for internal tasks (CI, workflows, tooling, refactors). | ||
| If you're reporting a user-facing bug or requesting a feature, use the other templates. | ||
| - type: dropdown | ||
| id: area | ||
| attributes: | ||
| label: Area | ||
| options: | ||
| - CI / GitHub Actions | ||
| - build / packaging | ||
| - dependencies | ||
| - release process | ||
| - refactor / tech debt | ||
| - tooling / scripts | ||
| - other | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: summary | ||
| attributes: | ||
| label: Summary | ||
| description: What needs doing and why? | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: acceptance | ||
| attributes: | ||
| label: Acceptance criteria | ||
| description: What does "done" look like? | ||
| placeholder: | | ||
| - [ ] ... | ||
| - [ ] ... | ||
| validations: | ||
| required: false | ||
| - type: input | ||
| id: related | ||
| attributes: | ||
| label: Related links | ||
| description: PRs, failing workflow runs, logs, or relevant issues. | ||
| validations: | ||
| required: false | ||
fallenbagel marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| - type: checkboxes | ||
| id: search-existing | ||
| attributes: | ||
| label: Search Existing Issues | ||
| description: Have you searched existing issues to see if this has already been reported? | ||
| options: | ||
| - label: Yes, I have searched existing issues. | ||
| required: true | ||
| - type: checkboxes | ||
| id: terms | ||
| attributes: | ||
| label: Code of Conduct | ||
| description: By submitting this issue, you agree to follow our Code of Conduct. | ||
| options: | ||
| - label: I agree to follow Seerr's [Code of Conduct](https://github.com/seerr-team/seerr/blob/develop/CODE_OF_CONDUCT.md). | ||
| required: true | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.