-
Notifications
You must be signed in to change notification settings - Fork 1
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 #232
base: main
Are you sure you want to change the base?
Conversation
Reviewer's Guide by SourceryThis pull request updates the repository's templates and configurations to align with Auro's version 2 standards. It removes extensive label definitions from the GitHub settings, simplifies the pull request template, updates Node.js version specifications in workflows, and introduces new issue templates in YAML format. Additionally, it adds a security policy document and removes old issue templates and unused workflows. Flow diagram of issue template structureflowchart LR
issue[New Issue]-->type{Issue Type}
type-->bug[Bug Report]
type-->feature[Feature Request]
type-->support[Support Request]
type-->story[Story]
type-->task[Task]
type-->group[Group]
bug-->project[Project Board]
feature-->project
support-->project
story-->project
task-->project
group-->project
style issue fill:#f9f,stroke:#333,stroke-width:2px
style project fill:#bbf,stroke:#333,stroke-width:2px
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:
- Consider retaining some structure in the PR template (like type of change and checklist sections) to ensure PRs contain sufficient detail for reviewers.
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.
Resolves AlaskaAirlines/auro-cli#30
Summary by Sourcery
Update Auro templates to v2 and migrate GitHub settings, issue templates, and workflows.
Documentation:
Tests:
Chores: