Skip to content

Commit 13d3fc7

Browse files
committed
Add some more contributing info to the README
1 parent 1be409d commit 13d3fc7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Diff for: README.md

+17
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,23 @@ ln -s ../../tools/githook/pre-commit .git/hooks/
9090
[`ruff`]: https://docs.astral.sh/ruff/)
9191
[`biome`]: https://biomejs.dev/
9292

93+
### Discord
94+
95+
If you want to discuss development of a fix/feature over chat. Please join the
96+
`#commitfest-dev` channel on the ["PostgreSQL Hacking" Discord server][1]
97+
98+
[1]: https://discord.gg/XZy2DXj7Wz
99+
100+
### Staging server
101+
102+
The staging server is available at: <https://commitfest-test.postgresql.org/>
103+
User and password are both `pgtest`. The `main` branch is automatically
104+
deployed to the staging server. After some time on the staging server, commits
105+
will be merged into the `prod` branch, which automatically deploys to the
106+
production server.
107+
108+
### Regenerating the database dump files
109+
93110
If you'd like to regenerate the database dump files, you can run the following commands:
94111
```
95112
./manage.py dumpdata auth --format=json --indent=4 --exclude=auth.permission > pgcommitfest/commitfest/fixtures/auth_data.json

0 commit comments

Comments
 (0)