Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 2.9 KB

contributing.md

File metadata and controls

67 lines (43 loc) · 2.9 KB

Contribution Guidelines

Thank you for wanting to contribute! Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

You'll need a GitHub account!

Documentation

If you have something awesome to contribute, this is how you do it.

  1. Fork the repository
  2. Make the required changes by editing the README.md . You can use GitHub Flavored Markdown.
  3. Please ensure your pull request adheres to the PR guidelines.

Website

  • Fork the repository on GitHub

  • Clone the repo

    • git clone https://github.com/{Github-UserName}/link-bin.git

    working the design

  • all the styles are maintained in style.css

  • we are using CSS3 in the project

  • you can add icons, by adding the icon location in manifest.json

    working on the interaction

  • popup.js file is responsible for user interaction within extension

  • background.js file handles the users interaction with browser

Make all the changes based on the issue

  • or create your own issue before making the changes

Commit message

Please follow the below format while writing commit messages

  title: One line description about your change
  <Blank Line>
  description: An optional description of your changes.

Keep in mind

For an overview of the project - https://github.com/ruchika-01p/Art_of_Living_YOGA/projects While contributing to the website, the contributors are expected to follow the below mentioned guidelines:

  1. Please follow the file structure recommended in the official Reactjs documentation Nodejs documentation.
  2. Try to create separate Javascript files for each React component that you add to the website.
  3. Please make sure you include comments in your code wherever necessary.
  4. Include only one commit in each of your pull requests.
  5. Attach screenshots whenever any changes are made to the design, stylesheets, layout etc. of the website.
  6. All PRs to be made in the master branch only.
  7. Upload a well labeled file in the 'website' folder if it includes css or react.js Otherwise upload your file in the 'documents' folder if its a figma design or an infographic.

Updating your Pull Request

Sometimes, a maintainer will ask you to edit your Pull Request before it is included. This is normally due to spelling errors or because your PR didn't match the contributing guidelines.

Here is a write up on how to change a Pull Request, and the different ways you can do that.

You can also contribute by addressing and commenting on issues, providing your suggestions and opinions on them. This will help the community grow! 😄