{{ Brief description of the project }}
This repository is created from Ollion's standard template to ensure best practices.
{{ Instructions on how to install the project }}
{{ How to use the project }}
- When creating a new repository on GitHub, select "Choose a template" and pick
ollionorg/private-repository-creationfrom the list. - Enter your repository name (e.g., "my-new-repository").
- Set visibility to "Private".
- Do not check "Include all branches".
- Click "Create repository.
- After creating your repository from private-repository-creation template, you can enable branch protection for the
mainbranch by manually triggering the included workflow:- Go to the Actions tab, select Set Branch Protection, and click Run workflow > Run workflow to apply the protection rules, which are configured by the workflow.
- After the workflow completes successfully, verify in Settings > Branches that
mainhas:- Pull request required (1 approval)
- Conversation resolution required
- Signed commits required
- Customize this README: Replace
[Project Name],[Brief description of the project], and updateInstallationandUsagesections as needed. Modify other files if required.
- The branch protection rules mandate commit signatures. Set up GPG signing in your Git client by following this Confluence guide.
- For detailed instructions on creating a repository with this template, refer to this Confluence guide.