This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to setemiojo@gmail.com.
If you find a bug, please open an issue here with the following details:
- A short description of the bug.
- Steps to reproduce the bug.
- Expected behavior.
- Actual behavior.
If you have an idea for an enhancement, please open an issue here with the following details:
- A short description of the enhancement.
- The motivation behind the enhancement.
- How it will benefit the project.
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature-name). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature/your-feature-name). - Open a pull request here.
- Follow the existing code style.
- Write clear, concise commit messages.
- Include comments where necessary.
- Create an issue for the section of the note you will be working on.
- The title should be the section of the note you will be working on. (One of the sections in the
pagesdirectory) - The body of the issues should match the content listed in the section.
- Follow
mdn,javascript.infoor any informational guide. - To create the content, you will need to know
markdownand sli.dev. - Ensure you test changes locally and after making the pr test using the netlify generated link.
- Assign the right label to the issue and link the issue to the pr.