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
f4b2caf8
Commit
f4b2caf8
authored
Aug 13, 2014
by
Justin Helbert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added How To Contribute section to README
parent
2beef4b4
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 @
f4b2caf8
...
...
@@ -14,9 +14,9 @@ Getting Started
---------------
1.
Install the requirements:
$ make develop
2.
Setup the databases:
$ ./manage.py syncdb --migrate --noinput
...
...
@@ -32,7 +32,7 @@ Getting Started
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.
$ make loaddata
...
...
@@ -41,3 +41,14 @@ Running Tests
-------------
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