-
Notifications
You must be signed in to change notification settings - Fork 204
[AURON #1805] Add contributing guidelines #1806
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
[AURON #1805] Add contributing guidelines #1806
Conversation
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.
Pull request overview
This PR adds comprehensive contributing guidelines to Apache Auron by creating a new CONTRIBUTING.md file and linking to it from the main README. The guidelines aim to help new contributors understand how to effectively contribute to the project.
Key changes:
- Created a detailed CONTRIBUTING.md with sections covering ways to contribute, development setup, building, testing, and communication guidelines
- Added a "Contributing" section to README.md with a link to the new contributing guide
- Included practical information about build tools, IDE setup, PR workflows, and code formatting requirements
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| CONTRIBUTING.md | New comprehensive contributing guide covering development setup, build instructions, PR guidelines, code style, testing, and communication channels |
| README.md | Added "Contributing" section with link to the new CONTRIBUTING.md guide |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@cxzl25 can you take another look at this? |
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.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
+LGTM |
Which issue does this PR close?
Closes #1805
Rationale for this change
Auron is currently missing a contributing guide for new contributors
What changes are included in this PR?
New contributing guide, and a reference to it on the main README
Are there any user-facing changes?
Yes, added README
How was this patch tested?
N/A