Hi devs,
@surli suggested to use Creating a template repository - GitHub Docs for creating GH contrib projects to simplify the process.
So the proposal is to:
- Create a GH template repo in XWiki Contrib · GitHub, named
template
(ortemplate-repository
. Any better name?) - Inside, provide the following files at the root:
README.md
LICENSE
SECURITY.md
.gitignore
CONTRIBUTING.md
Jenkinsfile
- Also configure it properly:
- Uncheck the “wiki”, “issues” and “projects” checkboxes in the settings
- Add the xwikiorg group in the “Manage Access” settings. Make sure to select the “Write” permission (it’s “Read” by default).
- Under “Notifications”, add the notifications AT xwiki DOT org email
- Update https://contrib.xwiki.org/xwiki/bin/view/Main/WebHome#HGitHubRepositoryCreation to use it
WDYT?
Thanks