chore: add standardized GitHub issue templates and disable blank issues - #3
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds standardized GitHub Issue Form templates to improve consistency and triage routing for new issues in SciBitHub, and configures the repository to disallow blank issues while directing questions to Discussions.
Changes:
- Add new Issue Form templates for bug reports, feature requests, documentation requests, and tasks/chores.
- Add
.github/ISSUE_TEMPLATE/config.ymlto disable blank issues and provide a Discussions contact link.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/ISSUE_TEMPLATE/bug_report.yml | Adds a structured bug report form with required fields and default labels. |
| .github/ISSUE_TEMPLATE/feature_request.yml | Adds a structured feature request form with required fields and default labels. |
| .github/ISSUE_TEMPLATE/documentation.yml | Adds a documentation request form with categorization and acceptance criteria. |
| .github/ISSUE_TEMPLATE/task.yml | Adds a task/chore form to track internal work items with scope and deliverables. |
| .github/ISSUE_TEMPLATE/config.yml | Disables blank issues and adds a Discussions contact link. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add issue form templates for:
Add .github/ISSUE_TEMPLATE/config.yml with: