aRustyDev / aRustyDev/tmpl-zed-extension
feat: Add ruleset JSON files to .github/rulesets/
- Dominant language
- Just
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## Description
Add GitHub ruleset JSON files from `templates.hbs(github/rulesets)` gist to enable version-controlled ruleset definitions.
## Files
- `.github/rulesets/main-branch-protection.json`
- `.github/rulesets/main-pr-reviews.json`
- `.github/rulesets/integration-branch-protection.json`
- `.github/rulesets/integration-pr-reviews.json`
## Source
Installed via:
```bash
gh gist clone ddb7525aa0b31d30415cbce2eb36bf59 gist-github-rulesets
INSTALL_DIR=. just --justfile gist-github-rulesets/github_rulesets.just install
```
Contributor guide
Research direction
Start with the listed files under .github/rulesets/ and compare the expected contents with the templates.hbs(github/rulesets) gist. The installation command uses gist-github-rulesets/github_rulesets.just; run it to inspect the source and verify that all four named JSON files are present and match the generated definitions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100