node-oauth2-server
node-oauth2-server copied to clipboard
Contribution guidelines do not cover how to PR fixes for docs
The documentation does require to start PRs from development
. However, the readthedocs.io always points to master
and fixes for stable docs should therefore be made by pointing to master and starting from master.
Otherwise we might face the uncomfortable situation of
- either merging unstable code from
development
intomaster
- or have to wait for the fix to be released until
development
is stable and mergeable
The contribution guidelines should therefore have their own section on how to contribute to the docs.
See https://github.com/node-oauth/node-oauth2-server/pull/220#issuecomment-1679954963
Can we set the default branch to merge to development instead of master?
@jorenvandeweyer done