OliverKeyes has submitted this change and it was merged.

Change subject: Added a Contributor Code of Conduct and Changes Log
......................................................................


Added a Contributor Code of Conduct and Changes Log

Change-Id: I2bf6452df0f21adba76f90987b3bf66fab59cef3
---
M .Rbuildignore
A CONDUCT.md
M DESCRIPTION
A NEWS.md
A README.md
5 files changed, 65 insertions(+), 4 deletions(-)

Approvals:
  OliverKeyes: Verified; Looks good to me, approved



diff --git a/.Rbuildignore b/.Rbuildignore
index 6903bea..8ed3933 100644
--- a/.Rbuildignore
+++ b/.Rbuildignore
@@ -1,3 +1,4 @@
 ^.*\.Rproj$
 ^\.Rproj\.user$
-.gitreview
\ No newline at end of file
+.gitreview
+^CONDUCT\.md$
diff --git a/CONDUCT.md b/CONDUCT.md
new file mode 100644
index 0000000..65c05c5
--- /dev/null
+++ b/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/)
\ No newline at end of file
diff --git a/DESCRIPTION b/DESCRIPTION
index e1728b4..2d6e95e 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,10 +1,10 @@
 Package: polloi
 Type: Package
 Title: Common Functionality for Wikimedia Dashboards
-Version: 0.0.1
-Date: 2015-09-14
+Version: 0.0.4
+Date: 2015-09-30
 Author: Oliver Keyes [aut, cre], Mikhail Popov [aut]
-Maintainer: Who to complain to <yourfa...@somewhere.net>
+Maintainer: Oliver Keyes <oke...@wikimedia.org>
 Description: This package (which I can say because BDR is nowhere in sight) 
contains common functionality
              for all of the Wikimedia Foundation's shiny dashboards.
 License: MIT + file LICENSE
diff --git a/NEWS.md b/NEWS.md
new file mode 100644
index 0000000..c6d9914
--- /dev/null
+++ b/NEWS.md
@@ -0,0 +1,17 @@
+polloi 0.0.4
+=============
+- Added a change log
+- Added a contributor code of conduct
+- Added a readme
+
+polloi 0.0.3
+=============
+- Updated reading to support optional arguments
+
+polloi 0.0.2
+=============
+- Made make_dygraph support reactivity
+
+polloi 0.0.1
+=============
+- Initial release
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6078163
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+Common Files and Functions
+========================
+
+This repository contains files and functions used by all the [Discovery 
Dashboards](http://searchdata.wmflabs.org/) projects.
+
+## Installation
+
+```
+$ R
+R> install.packages('devtools')
+R> 
devtools::install_git('https://gerrit.wikimedia.org/r/wikimedia/discovery/polloi')
+```
+
+## Additional Information
+
+Please note that this project is released with a [Contributor Code of 
Conduct](CONDUCT.md). By participating in this project you agree to abide by 
its terms.
+
+### Contacts
+
+- [Oliver Keyes](https://meta.wikimedia.org/wiki/User:Okeyes_(WMF))
+- [Mikhail Popov](https://meta.wikimedia.org/wiki/User:MPopov_(WMF))

-- 
To view, visit https://gerrit.wikimedia.org/r/242618
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I2bf6452df0f21adba76f90987b3bf66fab59cef3
Gerrit-PatchSet: 2
Gerrit-Project: wikimedia/discovery/polloi
Gerrit-Branch: master
Gerrit-Owner: Bearloga <mpo...@wikimedia.org>
Gerrit-Reviewer: OliverKeyes <oke...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to