|
|
|
@ -11,7 +11,7 @@ Types of Contributions
@@ -11,7 +11,7 @@ Types of Contributions
|
|
|
|
|
|
|
|
|
|
### Report Bugs |
|
|
|
|
|
|
|
|
|
Report bugs at https://github.com/holgi/sensospot_images/issues. |
|
|
|
|
Report bugs at https://github.com/holgi/sensospot_grid/issues. |
|
|
|
|
|
|
|
|
|
If you are reporting a bug, please include: |
|
|
|
|
|
|
|
|
@ -37,7 +37,7 @@ articles, and such.
@@ -37,7 +37,7 @@ articles, and such.
|
|
|
|
|
|
|
|
|
|
### Submit Feedback |
|
|
|
|
|
|
|
|
|
The best way to send feedback is to file an issue at https://github.com/holgi/sensospot_images/issues. |
|
|
|
|
The best way to send feedback is to file an issue at https://github.com/holgi/sensospot_grid/issues. |
|
|
|
|
|
|
|
|
|
If you are proposing a feature: |
|
|
|
|
|
|
|
|
@ -49,16 +49,16 @@ If you are proposing a feature:
@@ -49,16 +49,16 @@ If you are proposing a feature:
|
|
|
|
|
Get Started! |
|
|
|
|
------------ |
|
|
|
|
|
|
|
|
|
Ready to contribute? Here's how to set up `sensospot_images` for local development. |
|
|
|
|
Ready to contribute? Here's how to set up `sensospot_grid` for local development. |
|
|
|
|
|
|
|
|
|
1. Fork the `sensospot_images` repo on GitHub. |
|
|
|
|
1. Fork the `sensospot_grid` repo on GitHub. |
|
|
|
|
2. Clone your fork locally:: |
|
|
|
|
|
|
|
|
|
`$ git clone git@github.com:your_name_here/sensospot_images.git` |
|
|
|
|
`$ git clone git@github.com:your_name_here/sensospot_grid.git` |
|
|
|
|
|
|
|
|
|
3. Install your local copy into a virtualenv. |
|
|
|
|
|
|
|
|
|
`$ cd sensospot_images/` |
|
|
|
|
`$ cd sensospot_grid/` |
|
|
|
|
`$ make devenv` |
|
|
|
|
|
|
|
|
|
4. Create a branch for local development:: |
|
|
|
@ -107,7 +107,7 @@ Deploying
@@ -107,7 +107,7 @@ Deploying
|
|
|
|
|
--------- |
|
|
|
|
|
|
|
|
|
A reminder for the maintainers on how to deploy. |
|
|
|
|
Bump the version in `sensospot_images/__init__.py` and |
|
|
|
|
Bump the version in `sensospot_grid/__init__.py` and |
|
|
|
|
make sure all your changes are committed (including an entry in CHANGES.md). |
|
|
|
|
|
|
|
|
|
$ git tag <new version> |
|
|
|
|