This is the submission repository for projects to Machine Learning For Mexico.
-
Create a github account
-
Fork the Project Submission repository
-
Clone this new repository into your desktop environment
$ git clone https://github.com/YOUR-USERNAME/project-submission
-
Create a branch (the branch name should be author names separated with dashes)
$ git checkout -b AUTHOR1-AUTHOR2-...-AUTHORN-YEAR
-
Add your code & article (see author guidelines) and commit your changes:
$ git commit -a -m "Some comment"
-
Push to github
$ git push origin AUTHOR1-AUTHOR2-...-AUTHORN-YEAR
-
Issue a pull request (PR) to project-submission (click on compare and pull request) and then add the title containing author(s) name and follow the template that will appear once you opened the pull request:
**AUTHOR**
Dear Editors,
I request a review for the following blog post:
### Original article
**Title:**
**Author(s):**
**Keywords**:
**Repository**:
### Potential reviewers
<!-- If you know potential reviewers, you can tell us here -->
<!-- You can look at http://rescience.github.io/board for the -->
<!-- list of registered reviewers (but you can propose others) -->
---
**EDITOR**
* [ ] Editor acknowledgement ( [@githubusername](https://github.com/username) )
* [ ] Reviewer 1 ([@githubusername](https://github.com/username) )
* [ ] Reviewer 2 ([@githubusername](https://github.com/username) )
* [ ] Review 1 decision [accept/reject]
* [ ] Review 2 decision [accept/reject]
* [ ] Editor decision [accept/reject]
-
You can suggest reviewers from editorial board.
-
Answer questions and requests made in the PR conversation page.