Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-analytics-data-api
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-analytics-data-api
Commits
efdf2f17
Commit
efdf2f17
authored
Aug 14, 2014
by
jhelbert
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14 from edx/jhelbert/contributing
Added How To Contribute section to README
parents
127c6708
f4b2caf8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
3 deletions
+14
-3
README.md
+14
-3
No files found.
README.md
View file @
efdf2f17
...
@@ -14,9 +14,9 @@ Getting Started
...
@@ -14,9 +14,9 @@ Getting Started
---------------
---------------
1.
Install the requirements:
1.
Install the requirements:
$ make develop
$ make develop
2.
Setup the databases:
2.
Setup the databases:
$ ./manage.py syncdb --migrate --noinput
$ ./manage.py syncdb --migrate --noinput
...
@@ -32,7 +32,7 @@ Getting Started
...
@@ -32,7 +32,7 @@ Getting Started
Loading Data
Loading Data
------------
------------
The fixtures directory contains demo data and the
`generate_fake_enrollment_data`
management command can generate
The fixtures directory contains demo data and the
`generate_fake_enrollment_data`
management command can generate
enrollment data. Run the command below to load/generate this data in the database.
enrollment data. Run the command below to load/generate this data in the database.
$ make loaddata
$ make loaddata
...
@@ -41,3 +41,14 @@ Running Tests
...
@@ -41,3 +41,14 @@ Running Tests
-------------
-------------
Run
`make validate`
install the requirements, run the tests, and run lint.
Run
`make validate`
install the requirements, run the tests, and run lint.
How to Contribute
-----------------
Contributions are very welcome, but for legal reasons, you must submit a signed
[
individual contributor's agreement
](
http://code.edx.org/individual-contributor-agreement.pdf
)
before we can accept your contribution. See our
[
CONTRIBUTING
](
https://github.com/edx/edx-platform/blob/master/CONTRIBUTING.rst
)
file for more information -- it also contains guidelines for how to maintain
high code quality, which will make your contribution more likely to be accepted.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment