Contribute
Help improve the wiki.
Contributions — suggestions, bug reports, content ideas, and pull requests — are welcome. Everything here is built around shooting sports, gaming, tech projects, and photography. If you have something to add, here is how.
Report Issues
Found a broken link, typo, or factual error? Open a GitHub issue. Labels help triage: use bug for broken things, enhancement for suggestions, and content-idea for new page proposals.
Suggest Content
Have an idea for a blog post, wiki entry, or glossary term? Open an issue with the content-idea label. Include a working title, a short outline, and any reference links so the scope is clear from the start.
Submit Pull Requests
PRs for fixes, improvements, and new content are encouraged:
- Fork the repo and create a branch from main.
- Make your changes. Wiki pages use Markdown with standard frontmatter — see existing entries under
src/content/wiki/for the schema. - Test locally with
npm run devand verify the build withnpm run build. - Open a PR with a clear title and description. The main branch is protected — changes require review before merging.
Style Guidelines
- Content is written in Markdown.
- Wiki pages follow the existing frontmatter schema (
articleId,title,summary,kind,topic,category, etc.). - Tag and category references use existing taxonomies where possible. Browse /tags/ to check what exists.
- Code changes should match existing patterns — no new frameworks or tooling without discussion.
- Third-party images used editorially must credit the original source.
License
By submitting a contribution, you retain your copyright but grant the repository owner a nonexclusive, worldwide, irrevocable license to use, modify, and distribute your contribution as part of this project under the All Rights Reserved license. You represent that you have the right to grant this license and that your contribution does not infringe on any third-party rights.