Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.24 KB

CONTRIBUTING.md

File metadata and controls

34 lines (20 loc) · 1.24 KB

Contributing

By participating in this project, you agree to abide by the code of conduct.

Best Practices

Before you post any issue or pull request, search the issues and the pull requests to see if it has already been addressed.

Here are some best practices that will help us accept/address pull requests and issues:

  • Outline one, and only one, specific problem/feature that you are trying to address.
  • Write a good title that summarizes the specific problem.
  • Introduce the problem before you write any code.
  • Help us reproduce the problem if applicable with a jsfiddle/codepen showcasing the need for a solution.

Pull Requests

Fork, then clone the repo:

git clone git@github.com:your-username/intro.js.git

Make your changes and push to your fork and submit a pull request.

At this point you're waiting on us. We may suggest some changes or improvements or alternatives.