Skip to content

Commit 420aa60

Browse files
committedMar 15, 2016
README and CODE_OF_CONDUCT
1 parent 2b58445 commit 420aa60

File tree

2 files changed

+98
-2
lines changed

2 files changed

+98
-2
lines changed
 

‎CODE_OF_CONDUCT.md

+72
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
# Code of Conduct
2+
3+
In the interest of fostering an open and welcoming environment, we as
4+
contributors and maintainers pledge to making participation in our project and
5+
our community a harassment-free experience for everyone, regardless of age, body
6+
size, disability, ethnicity, gender identity and expression, level of experience,
7+
nationality, personal appearance, race, religion, or sexual identity and
8+
orientation.
9+
10+
## Our Standards
11+
12+
Examples of behavior that contributes to creating a positive environment
13+
include:
14+
15+
* Using welcoming and inclusive language
16+
* Being respectful of differing viewpoints and experiences
17+
* Gracefully accepting constructive criticism
18+
* Focusing on what is best for the community
19+
* Showing empathy towards other community members
20+
21+
Examples of unacceptable behavior by participants include:
22+
23+
* The use of sexualized language or imagery and unwelcome sexual attention or
24+
advances
25+
* Trolling, insulting/derogatory comments, and personal or political attacks
26+
* Public or private harassment
27+
* Publishing others' private information, such as a physical or electronic
28+
address, without explicit permission
29+
* Other conduct which could reasonably be considered inappropriate in a
30+
professional setting
31+
32+
## Our Responsibilities
33+
34+
Project maintainers are responsible for clarifying the standards of acceptable
35+
behavior and are expected to take appropriate and fair corrective action in
36+
response to any instances of unacceptable behavior.
37+
38+
Project maintainers have the right and responsibility to remove, edit, or
39+
reject comments, commits, code, wiki edits, issues, and other contributions
40+
that are not aligned to this Code of Conduct, or to ban temporarily or
41+
permanently any contributor for other behaviors that they deem inappropriate,
42+
threatening, offensive, or harmful.
43+
44+
## Scope
45+
46+
This Code of Conduct applies both within project spaces and in public spaces
47+
when an individual is representing the project or its community. Examples of
48+
representing a project or community include using an official project e-mail
49+
address, posting via an official social media account, or acting as an appointed
50+
representative at an online or offline event. Representation of a project may be
51+
further defined and clarified by project maintainers.
52+
53+
## Enforcement
54+
55+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
56+
reported by contacting the maintaner [via email](mailto:loudnate@gmail.com). All
57+
complaints will be reviewed and investigated and will result in a response that
58+
is deemed necessary and appropriate to the circumstances. The project team is
59+
obligated to maintain confidentiality with regard to the reporter of an incident.
60+
Further details of specific enforcement policies may be posted separately.
61+
62+
Project maintainers who do not follow or enforce the Code of Conduct in good
63+
faith may face temporary or permanent repercussions as determined by other
64+
members of the project's leadership.
65+
66+
## Attribution
67+
68+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
69+
available at [http://contributor-covenant.org/version/1/4][version]
70+
71+
[homepage]: http://contributor-covenant.org
72+
[version]: http://contributor-covenant.org/version/1/4/

‎README.md

+26-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,31 @@
11
# Naterade
22

3-
![App Icon](https://raw.githubusercontent.com/loudnate/naterade-ios/master/Naterade/Assets.xcassets/AppIcon.appiconset/83.5%402x.png) ![WatchApp Icon](https://raw.githubusercontent.com/loudnate/naterade-ios/master/WatchApp/Assets.xcassets/AppIcon.appiconset/watch-98%402x.png)
3+
![App Icon](https://raw.githubusercontent.com/loudnate/naterade-ios/master/Naterade/Assets.xcassets/AppIcon.appiconset/40%402x.png) ![WatchApp Icon](https://raw.githubusercontent.com/loudnate/naterade-ios/master/WatchApp/Assets.xcassets/AppIcon.appiconset/watch-40%402x.png)
44

55
[![Build Status](https://travis-ci.org/loudnate/naterade-ios.svg?branch=master)](https://travis-ci.org/loudnate/naterade-ios)
66

7-
WIP
7+
## Overview
8+
9+
Naterade is my artificial pancreas. It is a stone resting on the boulders of work done by [@bewest](https://github.com/bewest/decoding-carelink), [@ps2](https://github.com/ps2/rileylink) and many others.
10+
11+
It exists as an example, so you can build one too.
12+
13+
### LoopKit
14+
15+
Naterade is built using a set of frameworks known as [LoopKit](https://github.com/loudnate/LoopKit). LoopKit is a set of tools to speed up development of your own app. It provides data storage, retrieval, and calcluation, as well as boilerplate view controllers. Most of all, it is agnostic to treatment decisions and input sources.
16+
17+
## Can I run Naterade?
18+
19+
I would prefer that you didn't, because:
20+
21+
### Your Diabetes My Vary
22+
23+
Your physiology, habits, and risk-tolerance are not the same as mine.
24+
25+
### You should not trust what you did not build
26+
27+
[@danamlewis](https://github.com/danamlewis) and [@scottleibrand](https://github.com/scottleibrand) [said this much better already](https://diyps.org/2015/03/31/why-the-diy-part-of-openaps-is-important/).
28+
29+
## Finally
30+
31+
Please read the [LICENSE]() and [CODE_OF_CONDUCT]()

0 commit comments

Comments
 (0)
Please sign in to comment.