Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 2.55 KB

CONTRIBUTING.md

File metadata and controls

60 lines (37 loc) · 2.55 KB

Contributing Guidelines

awesome-machine-learning-on-source-code project is CC-BY-SA 4.0 licensed and accepts contributions via GitHub pull requests and tweets to @sourcedtech. This document outlines some of the conventions on submission workflow, commit message formatting, contact points, and other resources to make it easier to get your contribution accepted.

Support Channels

The official support channels, for both users and contributors, are:

*Before opening a new pull request, it's helpful to search the current list and the existing pulls - it's possible that another user has already reported your item.

Certificate of Origin

By contributing to this project you agree to the Developer Certificate of Origin (DCO). This document was created by the Linux Kernel community and is a simple statement that you, as a contributor, have the legal right to make the contribution.

In order to show your agreement with the DCO you should include at the end of commit message, the following line: Signed-off-by: John Doe <john.doe@example.com>, using your real name.

This can be done easily using the -s flag on the git commit.

How to Contribute

Pull Requests (PRs) are the main way to contribute. In order for a PR to be accepted it needs to pass a list of requirements:

  • Follow the link template*.
  • Be correctly classified as a paper, a blog post, a talk, a software or a dataset.
  • Not be a duplicate.
  • All the PRs have to pass the personal evaluation of at least one of the maintainers.

*Link template:

* [Title](URL) - Description.

Description should not start with "A" or "The". For papers, it should include the authors.

Format of the commit message

The commit summary must start with "Add" and end with a dot.


### Deprecation

A listed repository should be deprecated if:

* Repository's owner explicitly says that "this library is not maintained".
* Not committed for long time (2~3 years).

To mark a repository as deprecated, put `[DEPRECATED]` before the title and move it at the bottom of the list.