This repository is the starting point for public open-source projects owned by the natrontech organization.
- Click the Use this template button on the repository page.
- Fill in the repository name using kebab-case (lowercase words separated by hyphens).
- Add a description for the repository.
- Open the team creation page.
- Set the name to
<project-name> Project Maintainers. - Select
Project Maintainersas the parent team. - Keep the team visibility as
Visibleand team notifications enabled.
The repository is set up, now you have to make a few changes to the template files to customize them for your new project.
- Replace this
README.mdwith a project README that explains the purpose, installation, usage and configuration. - Confirm that Apache-2.0 is the approved project license. If another license is selected, replace
LICENSE. - Search the project files for
TODO:and make the according changes. Make sure that you really address all TODOs