Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 3.09 KB

Contributing.md

File metadata and controls

65 lines (45 loc) · 3.09 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}/Women-in-Technology.git
  • Change the directory
    • cd Women-in-Technology/website/
  • Install the Project Dependencies
    • npm install
  • Run React Server
    • npm start
  • Local Host
    • http://localhost:3000/

Make all the changes based on the issue

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/shikha-16/Women-in-Technology/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.
  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.

Creating and Addressing Issues

If you have an issue, please go through the existing issues/PRs and see if it has already been/is being addressed. If not, you may create a new issue. Please make sure to describe your issue properly. Try to adhere to the Issue Template

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