Contributing to graphql-ws
October 25, 2020 ยท View on GitHub
Reporting Issues
Issues are for bugs or features. Please consider the following checklist.
Checklist
- Does your title concisely summarize the problem?
- Is it possible for you to include a minimal, reproducable example? Is it an SSCCE?
- What OS and browser are you using? What versions?
- Did you use a Issue Template?
General Guidelines
- Keep it concise. Longer issues are harder to understand.
- Keep it focused. Solving three vague problems is harder than solving one specific problem.
- Be friendly! Everyone is working hard and trying to be effective.
Git Commit Guidelines
This repository follows the Angular Commit Message Conventions for auto-generating the documentation and keeping readability high.
Comments in Code
We use a convention for comments in code: {NOTE/FIXME/TODO}-{initials}-{YYMMDD} descriptive text
so for example: // TODO-db-19001 leaving a todo note here for the next guy (or future me)