-
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
MULTI-GITTER PR: migration github-config-and-gitignore-changes #47
MULTI-GITTER PR: migration github-config-and-gitignore-changes #47
Conversation
…thub workflow files
Reviewer's Guide by SourceryThis PR implements various GitHub configuration changes and updates across multiple files. The changes primarily focus on improving documentation, updating issue templates, and refining repository settings. The modifications include better formatting, clearer instructions for contributors, and standardized team permissions. Class diagram for GitHub configuration changesclassDiagram
class Repository {
+String homepage
+Boolean allow_rebase_merge
+List~Team~ teams
}
class Team {
+String name
+String permission
}
Repository "1" -- "*" Team : has
note for Repository "Updated repository settings with new team permissions and homepage URL."
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 @rmenner - I've reviewed your changes - here's some feedback:
Overall Comments:
- Could you explain the rationale for removing the demo files (api.md, api.min.js, index.md, index.min.js)? These seem like potentially important files for the component.
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.
🎉 This PR is included in version 3.1.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary by Sourcery
Revise GitHub configuration files to improve contribution guidelines, update issue templates, and refine CI workflows. Enhance documentation clarity and standardize issue submission processes.
CI:
Documentation: