1
0
Fork 0
mirror of synced 2024-05-19 03:42:24 +12:00
ArchiveBox/.github/CONTRIBUTING.md

39 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2019-10-05 04:39:03 +13:00
# Contribution Process
2020-08-11 16:32:31 +12:00
1. Confirm your desired features fit into our bigger project goals [Roadmap](https://github.com/pirate/ArchiveBox/wiki/Roadmap).
2019-10-05 04:39:30 +13:00
2. Open an issue with your planned implementation to discuss
3. Check in with me before starting development to make sure your work wont conflict with or duplicate existing work
2019-10-05 04:39:03 +13:00
4. Setup your dev environment, make some changes, and test using the test input files
5. Commit, push, and submit a PR and wait for review feedback
6. Have patience, don't abandon your PR! We love contributors but we all have day jobs and don't always have time to respond to notifications instantly. If you want a faster response, ping @theSquashSH on twitter or Patreon.
**Useful links:**
2021-01-13 23:55:46 +13:00
- https://github.com/ArchiveBox/ArchiveBox/issues
- https://github.com/ArchiveBox/ArchiveBox/pulls
- https://github.com/ArchiveBox/ArchiveBox/wiki/Roadmap
- https://github.com/ArchiveBox/ArchiveBox/wiki/Install#manual-setup
2019-10-05 04:39:03 +13:00
### Development Setup
```bash
2021-01-13 23:55:46 +13:00
git clone https://github.com/ArchiveBox/ArchiveBox
2019-10-05 04:39:03 +13:00
cd ArchiveBox
2020-10-11 14:49:45 +13:00
# Ideally do this in a virtualenv
pip install -e '.[dev]' # or use: pipenv install --dev
2019-10-05 04:39:03 +13:00
```
### Running Tests
```bash
2020-10-11 14:49:45 +13:00
./bin/lint.sh
./bin/test.sh
./bin/build.sh
2019-10-05 04:39:03 +13:00
```
2021-01-13 23:55:46 +13:00
For more common tasks see the `Development` section at the bottom of the README.
2019-10-05 04:39:03 +13:00
### Getting Help
2020-10-11 14:49:45 +13:00
Open issues on Github or message me https://sweeting.me/#contact.