Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds GitHub Issue and Pull Request templates to standardize reporting and contribution workflows, inspired by SciML’s community templates.
Changes:
- Added PR templates for bugfixes, new features, performance changes, and documentation fixes.
- Added issue templates for bug reports, feature requests, feature regressions, and new algorithm suggestions.
- Included structured prompts for MREs, environment capture, benchmarks, and contributor checklists.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 11 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/PULL_REQUEST_TEMPLATE/performance.md | New PR template focusing on benchmarks + performance-related checklist. |
| .github/PULL_REQUEST_TEMPLATE/new_feature.md | New PR template for feature work with tests/docs checklist and AI attestation. |
| .github/PULL_REQUEST_TEMPLATE/documentation_fix.md | New PR template for documentation-only changes with public-API reminder. |
| .github/PULL_REQUEST_TEMPLATE/bugfix.md | New PR template emphasizing MRE-to-test and downstream impact checks. |
| .github/ISSUE_TEMPLATE/new_algorithm.md | New issue template for proposing algorithms and references. |
| .github/ISSUE_TEMPLATE/feature_request.md | New issue template for feature requests including alternatives. |
| .github/ISSUE_TEMPLATE/feature_regression.md | New issue template for regressions with working/non-working environment capture. |
| .github/ISSUE_TEMPLATE/bug_report.md | New issue template for bug reports including MRE + environment details. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Member
Author
|
@MaxenceGollier How does this look? |
MaxenceGollier
approved these changes
Mar 30, 2026
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.
Strongly inspired by the SciML templates.
What feature report was addressed?
Added GitHub Issue and Pull Request templates to standardize reporting and contribution workflows across JuliaSmoothOptimizers repositories.
Checklist
Please also check one of the following:
Additional context
- [ ](with a space) so they render as interactive GitHub checkboxes.💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.