diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..7ca517c1 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,8 @@ +#### Before you create your license page + +Hosting costs $7 a month. I need help, so please donate a few months to keep this service going. + +I've already had support to run the domain until 2032, but the hosting needs help too. + +**[Please donate and keep this project running](https://www.paypal.me/rem)** + diff --git a/.gitignore b/.gitignore index 4befed30..4e9ba1e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store .idea +./config.json diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 00000000..d346e2ab --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +5.3 diff --git a/.travis.yml b/.travis.yml index 6e5919de..a6c8f557 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ language: node_js +sudo: false node_js: - - "0.10" + - "stable" diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 00000000..01b8644f --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,22 @@ +# Contributor Code of Conduct + +As contributors and maintainers of this project, and in the interest of fostering an open and welcoming community, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities. + +We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion, or nationality. + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery +* Personal attacks +* Trolling or insulting/derogatory comments +* Public or private harassment +* Publishing other's private information, such as physical or electronic addresses, without explicit permission +* Other unethical or unprofessional conduct. + +Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. By adopting this Code of Conduct, project maintainers commit themselves to fairly and consistently applying these principles to every aspect of managing this project. Project maintainers who do not follow or enforce the Code of Conduct may be permanently removed from the project team. + +This code of conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. + +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers. + +This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.2.0, available at [http://contributor-covenant.org/version/1/2/0/](http://contributor-covenant.org/version/1/2/0/) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..09004347 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,14 @@ +# Contributing + +This project is PHP based but may one day move to node (as this is my preferred development language). + +If you are a collaborator (with push permissions), you can merge any open PR with the following conditions: + +1. It passes the JSON validity test (this is a github integration in travis) +2. Merge anything that adds or updates a `.json` file + +If you're unsure, cc @remy into the PR with a question and we can work out what to do. + +The site is hosted on heroku and will automatically deploy merges into master, which means once a PR is merged, it'll be live shortly thereafter (so there's nothing to do 🎉). + +Also, thank you, your help is appreciated 💙 \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..ff462117 --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +SEE: http://rem.mit-license.org/ diff --git a/LICENSE.html b/LICENSE.html index f010bb37..0066cbd0 100644 --- a/LICENSE.html +++ b/LICENSE.html @@ -2,8 +2,8 @@ MIT License - - + +