mirror of
https://github.com/moonD4rk/HackBrowserData
synced 2025-02-18 11:36:58 +00:00
* chore: Improve GitHub workflows, issue template, and gitignore entries - Add support for manual triggering of build and lint workflows. - Improve bug report template by clarifying prompts and adding checklist and tips for better explanation of issues. - Ignore `.md` files in `.github` and `.github/ISSUE_TEMPLATE` folders. - Add badges for test running and coverage status in README.md. * chore: Add standardized templates to repository - Add pull request and feature request templates to the `.github` folder * docs: Add CONTRIBUTING.md guidelines and update .gitignore. - Update .gitignore to remove exclusions for browsing history files - Add an exclusion for CONTRIBUTING.md in the Community section in .gitignore - Create CONTRIBUTING.md with guidelines for contributors.
13 lines
812 B
Markdown
13 lines
812 B
Markdown
## Proposed changes
|
|
|
|
<!-- Describe the overall picture of your modifications to help maintainers understand the pull request. PRs are required to be associated to their related issue tickets or feature request. -->
|
|
|
|
|
|
## Checklist
|
|
|
|
<!-- Put an "x" in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. -->
|
|
|
|
- [ ] Pull request is created against the [dev](https://github.com/moonD4rk/HackBrowserData/tree/dev) branch
|
|
- [ ] All checks passed (lint, unit, build tests etc.) with my changes
|
|
- [ ] I have added tests that prove my fix is effective or that my feature works
|
|
- [ ] I have added necessary documentation (if appropriate) |