Skip to content

Commit

Permalink
Merge pull request #26 from pronics2004/travis_fix
Browse files Browse the repository at this point in the history
upgraded  importlib-metadatato in travis build.
  • Loading branch information
pronics2004 authored Oct 17, 2022
2 parents 2378bfa + 2ed86f4 commit 024c947
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python:

# command to install dependencies
install:
- pip3 install .
- pip install --upgrade importlib-metadata; pip3 install .

# commands to run tes
# before_script: redis-cli ping
Expand Down
22 changes: 16 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,19 @@ This is an open source project, and we appreciate your help!
We use the GitHub issue tracker to discuss new features and non-trivial bugs.

To contribute code, documentation, or tests, please submit a pull request to
the GitHub repository. The pull request template includes a disclaimer based
on the [Developer's Certificate of Origin 1.1](https://elinux.org/Developer_Certificate_Of_Origin)
and provides your assurance to the community that you wrote the code you are
contributing or have the right to pass on the code that you are contributing.
the GitHub repository.

Please follow the guidelines specified in [MAINTAINERS](MAINTAINERS.md) before
## Signing off your contribution
This project uses [DCO][1]. Be sure to [sign off][2] your contributions using
the `-s` flag or adding `Signed-off-By: Name<Email>` in the git commit message.
We will not be able to accept non-signed contributions.

### Example commit message
```bash
git commit -s -m 'Informative commit message'
```

Please follow the additional guidelines specified in [MAINTAINERS](MAINTAINERS.md) before
submitting your pull request.

Generally, we expect two maintainers to review your pull
Expand All @@ -26,4 +33,7 @@ via code, tests, or documentation:
* Jiri Navratil
* Prasanna Sattigeri
* Kush Varshney
* Yunfeng Zhang
* Yunfeng Zhang

[1]: https://developercertificate.org/ "DCO"
[2]: https://docs.github.com/en/github/authenticating-to-github/signing-commits "gitSignoff"

0 comments on commit 024c947

Please sign in to comment.