This is a template for future repositories born in the SOM GitHub organization. It offers a collection of files and repository configuration for kick-starting a new project under the SOM GitHub organization.
This repository does not have activated the use of issues, projects o wikis. Only Pull Requests are allowed.
If you have any question, contact Javier Cánovas via the SOM Slack app.
-
Create a new repository in the SOM GitHub organization using this template. You have to set the
Repository template
field toSOM-Research/template
. -
Edit the project description. You can do it in the
About
tab of the repository (click on the gear icon). Try to create a descriptive entry for the project, and include at least three tags. If the project has a website, indicate also the URL. -
In the preovious menu, decide also whether your repository page should include
Releases
,Packages
orEnvironments
tabs. In case of doubt, remove them -
Review the contributing guidelines in
CONTIBUTING.md
. Please, read carefully the provided template and adapt to your repository. -
Review the code of conduct in
CODE_OF_CONDUCT.md
. Please, read carefully the provided template and adapt to your repository. -
Review the governance model in
GOVERNANCE.md
. Please, read carefully the provided template and adapt to your repository. -
Check that the proposed license matches with your project. The template includes the CC-BY-SA license, but you can change it to any other license. You can find a list of licenses in Choose a License.
-
Decide whether your project will use issues, projects, and wikis. You can de/activate them in the
Settings
tab of the repository. -
Review the templates proposed for issues and pull requests. You can find them in the
.github
folder. Remove the folder if you do not plan to use them.9.1. Issue templates are located in
.github/ISSUE_TEMPLATE
. You can find a template for proposals and questions, but you can modify or create new ones. You can find more information in About issue and pull request templates.9.2. Pull request template is located in
.github
. You can find more information in About issue and pull request templates. -
If your work is related to a paper, and you want to facilitate its citation, review the
CITATION.cff
file. The provided template will help to fill the gaps, but if you need more help, you can find more information in Citation File Format. Otherwise, just remove the file. -
Modify the
README.md
file. Once you have done the previous steps, write your the README file for your project.