added Contributing header
This commit is contained in:
parent
862914ff36
commit
b08bdf27f0
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -1,4 +1,5 @@
|
|||
# bluesky-pds-docker
|
||||
|
||||
It is required to set the hostname of the container to your FQDN or use host networking on a server whose hostname is the FQDN.
|
||||
|
||||
## Deployment
|
||||
|
@ -27,3 +28,14 @@ services:
|
|||
volumes:
|
||||
- ./config:/pds
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
||||
Basic Steps:
|
||||
|
||||
- Fork and clone the repository
|
||||
- Create a branch: `git checkout -b my-branch`
|
||||
|
||||
---
|
||||
|
||||
It's my preference not to host any code on GitHub, but I've enabled signing in with Github because most people already have that, and I don't want the hassle of a new login to prevent contributors. You cannot create new repositories on this Forgejo instance, but forking is allowed. The upstream PDS repository is on Github.
|
||||
|
|
Loading…
Reference in a new issue