Skip to content

Commit

Permalink
Move to anexia github organisation
Browse files Browse the repository at this point in the history
  • Loading branch information
anx-mfischer committed Oct 21, 2022
1 parent 66591f8 commit 192dd00
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.1] - 2022-10-21
### Added
- This CHANGELOG file

### Changed
- Moved from https://github.com/anexia-it/django-aws-iot to https://github.com/anexia/django-aws-iot

[Unreleased]: https://github.com/anexia/django-aws-iot/releases/tag/v0.0.1
31 changes: 31 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Guidance on how to contribute

> By submitting a pull request or filing a bug, issue, or feature request,
> you are agreeing to comply with this waiver of copyright interest.
> Details can be found in our [LICENSE](LICENSE).

There are two primary ways to help:
- Using the issue tracker, and
- Changing the code-base.


## Using the issue tracker

Use the issue tracker to suggest feature requests, report bugs, and ask questions.
This is also a great way to connect with the developers of the project as well
as others who are interested in this solution.

Use the issue tracker to find ways to contribute. Find a bug or a feature, mention in
the issue that you will take on that effort, then follow the _Changing the code-base_
guidance below.


## Changing the code-base

Generally speaking, you should fork this repository, make changes in your
own fork, and then submit a pull request. All new code should have associated
unit tests that validate implemented features and the presence or lack of defects.
Additionally, the code should follow any stylistic and architectural guidelines
prescribed by the project. In the absence of such guidelines, mimic the styles
and patterns in the existing code-base.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Django AWS IoT

A Django package that enables publishing of messages to AWS IoT

# Installation

Install using pip:

```shell
pip install git+https://github.com/nezhar/django-aws-iot@main
pip install git+https://github.com/anexia/django-aws-iot@main
```

Extend django settings:
Expand Down

0 comments on commit 192dd00

Please sign in to comment.