tudarmstadt-lt / newsleak

Science and Data-Driven Journalism: Data Extraction and Interactive Visualization of Unexplored Textual Datasets for Investigative Data-Driven Journalism
http://newsleak.io
GNU Affero General Public License v3.0
9 stars 4 forks source link

chore(project): add initial project structure #4

Closed Tooa closed 8 years ago

Tooa commented 8 years ago

This pull request adds the initial project structure. The pull also adds several features:

Tooa commented 8 years ago

@alexanderpanchenko Can you have a look at this?

Tooa commented 8 years ago

Ok. I do the rebase myself. Please write in future one comment or edit your messages.

alexanderpanchenko commented 8 years ago

these were comments related to code (check above) + one normal comment :-)

Tooa commented 8 years ago

Oh, sry :v: Regarding your workflow question: I suggest to work on single feature branches (maybe prefix with feature or fix) and rebase the code. The pull request should also be just one commit (squash commits) and the fast forward merge should be without an additional merge commit (no --no-ff).

Once I have time, I will summarize the detailed workflow in CONTRIBUTING.md for git beginners.

alexanderpanchenko commented 8 years ago

Sound very reasonable. Since I am most likely will not contribute that much to the codebase (i just do not have time due to other projects), you just need to agree on the rules with other developers like Seid in case of conflicts.