Skip to content
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

chore(ci): add more CI workflows for PR validation #1651

Merged
merged 1 commit into from
Mar 17, 2025

Conversation

caicancai
Copy link
Member

PR Submission Guidelines

Please remove this entire section before submitting your PR.
This section is only for your reference.

🙌 Thank you for contributing to iggy!

To help us incorporate your changes efficiently, please adhere to the following guidelines:

General Coding Remarks

  • Code Formatting: Run cargo fmt to ensure your code adheres to the project's style.
  • Code Linting: Run cargo clippy --all-targets --all-features -- -D warnings to make sure your code is lint-free.
  • Unit Testing: Write or update unit tests to cover your changes.
  • Integration Testing: Write or update integration tests to cover your changes.
  • Project Structure: Follow the iggy project's structure and coding style.
  • Build Integrity: Ensure your code compiles and runs error-free.
  • Check unused dependencies: Run cargo machete to make sure no unused dependencies made their way into your changeset.
  • Sort dependencies: Run cargo sort --workspace so that the content of the toml files stay ordered.

Commit Message Rules

  • Description: Provide a concise description of the changes.
  • Style: Use an imperative style in the subject line (e.g., "Fix bug" rather than "Fixed bug" or "Fixes bug").
  • Brevity: Keep the subject line under 80 characters.
  • Rationale: Explain the 'why' and 'what' of your changes in the summary.
  • Details: Use the body to elaborate on the 'how' of your changes.
  • Context: Include 'before' and 'after' scenarios if applicable.
  • References: Link any relevant issues or PRs in the message body.

Remember: Your contribution is essential to the success of iggy. Please ensure that your PR conforms to these guidelines for a swift and smooth integration process.

Thank you!

@caicancai
Copy link
Member Author

When working in other communities, PRs are allowed to carry the test and docs keywords. Maybe we can try it.

@caicancai caicancai changed the title chore(cli): add more CI workflows for PR validation chore(ci): add more CI workflows for PR validation Mar 17, 2025
Signed-off-by: cancaicai <2356672992@qq.com>
@caicancai
Copy link
Member Author

@BartoszCiesla I'm not sure how to fix this CI issue, the error seems a bit strange

@BartoszCiesla
Copy link
Contributor

@caicancai that flow is non-blocking currently - you can just ignore it, I'll take a look at it later.

@hubcio hubcio merged commit 97bf95a into apache:master Mar 17, 2025
21 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants