Reporting issues
If you encounter a bug or have a feature request, please search the GitHub Issues to see if it has already been reported. When opening a new issue:- Use a clear title: Summarize the problem or request.
- Provide context: Describe what you were trying to achieve and what happened instead.
- Include steps to reproduce: For bugs, provide a minimal, reproducible example.
- Attach logs: Include any relevant error messages or console output.
Pull requests
The project follows a typical GitHub flow for contributions:- Fork the repository: Create your own copy of the
worldsrepo. - Create a branch: Use a descriptive name (e.g.,
feat/sparql-optimizerorfix/auth-leak). - Make your changes: Adhere to our Documentation best practices and coding standards.
- Run tests: Ensure all tests pass using
deno task test. - Submit the PR: Provide a clear description of your changes and link to any relevant issues.