Skip to content

Commit

Permalink
Merge contributor & developer guide
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Jan 15, 2025
1 parent 091e178 commit f5252bb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 18 deletions.
13 changes: 13 additions & 0 deletions docs/guides/developer-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ sidebar_position: 60

# Developer Guide

We welcome any issues, change requests or general feedback. Do not hestiate to [open an issue](https://github.com/osism/issues/issues/new).

We use GitHub Issues to capture feature requests, feedback, bugs, etc. The tracker is available in the
[osism/issues](https://github.com/osism/issues/issues) repository. There are no specific requirements for the creation of an issue.
Error cases should be described in such a way that they are directly reproducible. The more outputs there are,
the better.

We use GitHub pull requests for contributions. The use of pull requets is documented in the
official [GitHub documentation](https://docs.github.com/en/github/collaborating-with-pull-requests).
The process in detail for the creation of a fork, branch etc. is also documented in the
official [GitHub documentation](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests).
It is recommended to use the [GitHub CLI](https://cli.github.com). Makes many steps easier.

## How to add a new service

If you want to add a new service to OSISM, this is done via an Ansible role and (most often)
Expand Down
18 changes: 0 additions & 18 deletions docs/guides/other-guides/contributor-guide.md

This file was deleted.

0 comments on commit f5252bb

Please sign in to comment.