-
Notifications
You must be signed in to change notification settings - Fork 2
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
AURO MIGRATION: Update Templates to v2 #146
Conversation
Reviewer's Guide by SourceryThis pull request updates the project's templates to v2, which includes changes to the issue templates, pull request template, and CI workflow. The update also removes unused files and updates the node version in the CI workflow. Flow diagram of updated issue creation processflowchart TD
Start[User creates issue] --> Type{Select issue type}
Type -->|Bug| Bug[Bug Report Template]
Type -->|Feature| Feature[Feature Request Template]
Type -->|Support| Support[Support Request Template]
Type -->|Story| Story[Story Template]
Type -->|Task| Task[Task Template]
Type -->|Group| Group[Group Template]
Bug --> Project[Added to Project Board]
Feature --> Project
Support --> Project
Story --> Project
Task --> Project
Group --> Project
Project --> End[Issue Created]
style Start fill:#90EE90
style End fill:#FFB6C1
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Surge demo deployment failed! 😭 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @chrisfalaska - I've reviewed your changes - here's some feedback:
Overall Comments:
- The removal of GitHub label definitions could impact existing issue/PR workflows. Are these labels being managed in a different location now?
- The PR template has been significantly simplified - consider documenting the rationale for removing the structured sections (type of change, etc) or maintaining some of that structure to guide contributors.
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
We identified an issue with the We will refine the Multi-Gitter process to prevent this in the future. As a result, the changes were committed, making this PR unnecessary. Closing PR. |
Resolves AlaskaAirlines/auro-cli#30
Summary by Sourcery
Update Auro templates to v2, including adding issue templates for bugs, features, general support, stories, tasks, and groups, and updating the pull request template. In addition, update GitHub actions and settings, and add a security policy.
New Features:
Enhancements:
Documentation: