How to Contribute - digitalgroundgame/pragmatic-papers GitHub Wiki
We welcome contributions! All development work is organized through GitHub Issues, which track bugs, features, and tasks.
Step by Step
- Find an unassigned issue to work on from the Project Board.
- Create a branch off
devwith a descriptive name (e.g., feat/my-feature-branch,fix/my-bug-fix`). - Make your changes and commit them with clear, concise messages (e.g., "fix: content overflowing on mobile", "feat: related articles").
- Push your branch and create a pull request (PR).
- Address reviewer feedback and iterate on your PR.
- Once approved, your PR will be merged into
dev.
Additional Information
Upon creating a pull request you will see a template to use as a starting point. Please provide context of your changes, and include a list of tasks for reviewers to follow in order to test your changes.
Feel free to request reviews on your PR from other contributors.
Be on the lookout for any comments to reply or resolve on your pull request.
[!NOTE] We encourage high quality code contributions. We embrace using agents within our codebase, but be sure the final PR is concise and follows
react,payloadcmsandnext.jsbest practices.