Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.26 KB

File metadata and controls

28 lines (17 loc) · 1.26 KB

Contributing to Docsframe

Thanks for contributing! We appreciate any support and look forward to your contributions.

Getting Started

  1. Fork this repository to your own GitHub account.
    Click here to fork the repository.

  2. Create a new branch for your changes. Use a descriptive name, such as feature/feature-name or fix/fix-name.

  3. Using Prettier is necessary. Make sure that your code is properly formatted with Prettier. You can format your code by running npm run format.

  4. Commit your changes with a clear and concise commit message. Follow good Git commit message practices, such as using prefixes like feat, fix, refactor, perf, style, test, docs, build, ops or chore Click for example here to learn more about basic conventions.

Submitting a Pull Request

  1. Go to the original repository and create a new pull request.

  2. Provide a descriptive title and detailed description of your changes in the pull request.

Ask for Help

For any help or questions, please open a new GitHub issue.

Thank you for your contributions!