docs: introduce contributing doc (#7052)

prevents friction and frustrations like in issue #7050

closes #7050
This commit is contained in:
Jakub Kołodziejczak
2026-06-28 18:41:15 +02:00
committed by GitHub
parent 365d2d10f3
commit 0dc97187e1
2 changed files with 10 additions and 0 deletions

8
CONTRIBUTING.md Normal file
View File

@@ -0,0 +1,8 @@
# Contributing
1. Do NOT send pull request to `master` branch.
Please send to `dev` branch instead.
Any PR to `master` branch will NOT be merged.
2. For dns api support, read this guide first: https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Dev-Guide
You will NOT get any review without passing this guide. You also need to fix the CI errors.