Skip to content

Latest commit

 

History

History
52 lines (28 loc) · 1.67 KB

CONTRIBUTING.md

File metadata and controls

52 lines (28 loc) · 1.67 KB

Contributing to [Project]

🎉 🎊 First off, thanks for coming to contribute! 🎉 🎊

The following is a set of guidelines for contributing to [Project], which is hosted at CodeDocsJECRC Organization on GitHub. There are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.

Code of Conduct

This project and everyone participating in it is governed by the CodeDocs Code of Conduct

What should I know before I get started

[Description] [Directory Structure]

How Can I Contribute

Reporting Bugs

Suggesting Enhancements

Your First Code Contribution

Unsure where to begin contributing to [Project]? You can start by looking through these good-first-issue

Pull Requests

Before you submit your Pull Request (PR) consider the following guidelines:

  1. For the [repo] repo

  2. Make your changes in a new git branch:

    git checkout -b my-branch master

  3. Commit your changes using a descriptive commit message

    git add . git commit -m "commit message"

  4. Push your branch to GitHub:

    git push origin my-branch

  5. In GitHub, send a pull request to [repo]:master.

Additional Notes

Issues Labels

| Label Name | ↗️ | Description | | `good-first-issue | ↗️ | Easy to contribute for beginners |