Contribute to GitHub
Create a new GitHub repository
Create a new repository, using the Repo naming conventions.
Add a description to the repository, in the format
Connected system - Repository function
. For example:Google G Suite - Target
for a G Suite target Provisioning connector, orActive Directory - Show user details
for a delegated form that looks up an AD user. The description should be about the connected system and the specific function of the repository, rather than which HelloID module or feature is involved.Add the following footer to README.md:
# HelloID Docs The official HelloID documentation can be found at: https://docs.helloid.com/
If the repository isn't currently usable, temporarily add
[Work in progress]
to both:The repository's description
The header of README.md
Commit your files to the repository.
Remove the
[Work in progress]
notices as soon as the repository is usable.
Update a GitHub repository
Clone the repository.
Make the required changes and updates locally.
Commit your files only when they are working and tested. If you must commit files which aren't usable, temporarily add
[Work in progress]
to both:The repository's description
The header of README.md
Include a comment clearly describing your commit.
Remove the
[Work in progress]
notices as soon as the repository is usable.