feat: add PR validation workflow and contribution checks
This commit is contained in:
4
.github/FORK_GUIDE.md
vendored
4
.github/FORK_GUIDE.md
vendored
@@ -60,6 +60,7 @@ npm run build
|
||||
### Pull Request CI
|
||||
|
||||
When you open a Pull Request to the main repository:
|
||||
|
||||
- All CI/CD workflows automatically run
|
||||
- You get full validation of your changes
|
||||
- No configuration needed
|
||||
@@ -67,6 +68,7 @@ When you open a Pull Request to the main repository:
|
||||
### GitHub Codespaces
|
||||
|
||||
Use GitHub Codespaces for a full development environment:
|
||||
|
||||
- All tools pre-configured
|
||||
- Same environment as CI/CD
|
||||
- No local setup required
|
||||
@@ -101,4 +103,4 @@ Use GitHub Codespaces for a full development environment:
|
||||
|
||||
---
|
||||
|
||||
> 💡 **Pro Tip**: This fork-friendly approach is particularly valuable for projects using AI/LLM tools that create many experimental commits, as it prevents unnecessary CI runs while maintaining code quality standards.
|
||||
> 💡 **Pro Tip**: This fork-friendly approach is particularly valuable for projects using AI/LLM tools that create many experimental commits, as it prevents unnecessary CI runs while maintaining code quality standards.
|
||||
|
||||
Reference in New Issue
Block a user