Skip to content

Latest commit

 

History

History
79 lines (50 loc) · 2.37 KB

README.md

File metadata and controls

79 lines (50 loc) · 2.37 KB

blogposts submission repository

This is the submission repository for post at the blog of Machine Learning For Mexico.

How to submit a blog post?

  1. Create a github account

  2. Fork the blogpost submission repository

  3. Clone this new repository into your desktop environment

    $ git clone https://github.com/YOUR-USERNAME/blogpost-submission
    
  4. Create a branch (the branch name should be author names separated with dashes)

    $ git checkout -b AUTHOR1-AUTHOR2-...-AUTHORN-YEAR
    
  5. Add your code & article (see author guidelines) and commit your changes:

    $ git commit -a -m "Some comment"
    
  6. Push to github

    $ git push origin AUTHOR1-AUTHOR2-...-AUTHORN-YEAR
    
  7. Issue a pull request (PR) to blogpost-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]
  1. You can suggest reviewers from editorial board.

  2. Answer questions and requests made in the PR conversation page.

References

This repository is based on ReScience-submission.