Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 881 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (21 loc) · 881 Bytes

Request for contributions

Please contribute to this repository if any of the following is true:

  • You have expertise in community development, communication, or education
  • You want open source communities to be more collaborative and inclusive
  • You want to help lower the burden to first time contributors

How to contribute

Prerequisites:

  • Familiarity with pull requests and issues.
  • Knowledge of Markdown for editing .md documents.

If you have any docker-compose file that you think that it is interesant, follow the next steps:

  1. Clone the repository
git clone [email protected]:vjsantojaca/docker-octo-spork.git
  1. Create a directory with the name of the tool
mkdir redis
  1. Create in this path the docker-compose file
  2. If it is neccesary add a README.md in this path with information
  3. Commit with a clear message and push the pull request.