Skip to content

Latest commit

Β 

History

History
50 lines (35 loc) Β· 1.73 KB

CONTRIBUTING.md

File metadata and controls

50 lines (35 loc) Β· 1.73 KB

Contributing to Github Readme Cyber Quotes

Thank you for considering contributing to this project! Here are some guidelines to help you get started.

Reporting Issues

If you find a bug or have a feature request, please create an issue on GitHub. When reporting an issue, please include as much detail as possible to help us understand and address the problem.

Submitting Pull Requests

To contribute code or documentation changes:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.

Please ensure your changes adhere to the following guidelines:

  • Include tests for new features or bug fixes.
  • Follow the existing code style and conventions.
  • Update documentation if applicable.

Code of Conduct

This project adheres to a code of conduct to ensure a respectful and inclusive environment. By participating, you agree to uphold this code.

Getting Started

To set up the project locally:

  1. Install dependencies:
    pnpm install
  2. Run the app:
    npx vercel dev

Contributors

We appreciate all contributions! Here are some of the current contributors:

Feel free to check the contributors page for a complete list.

Show Your Support

Be sure to drop a ⭐ if you like the project!