node-oauth / node-oauth2-server

🚀 The successor to oauthjs/oauth2-server. 🔒 Complete, compliant, maintained and well tested OAuth2 Server for node.js. Includes native async await and PKCE.
https://www.npmjs.com/package/@node-oauth/oauth2-server
MIT License
313 stars 46 forks source link

Contribution guidelines do not cover how to PR fixes for docs #221

Open jankapunkt opened 1 year ago

jankapunkt commented 1 year ago

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

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

jorenvandeweyer commented 1 year ago

Can we set the default branch to merge to development instead of master?

jankapunkt commented 1 year ago

@jorenvandeweyer done