Skip to content

Latest commit

 

History

History
75 lines (54 loc) · 3.63 KB

CONTRIBUTING.md

File metadata and controls

75 lines (54 loc) · 3.63 KB

Contributing Guidelines

Welcome to our open-source project! By contributing, you help us create better software for everyone.

Before you start contributing, please take a moment to read the following guidelines to ensure a smooth and effective contribution process:

Technology Stack

Table of Contents

Getting Started

  • Ensure you have an IDE installed on your local machine.
  • Fork the repository on GitHub.
  • Clone your forked repository locally: git clone https://github.com/thecuriousteam/PyLibLog.git
  • Change your directory to the project: cd PyLibLog

Standard Design Protocol

  1. Font & Color Code

    1. Headings H1 - #8800ff
    2. Heading H2 to H6 and body, Paragraph - #000000
    3. Heading Font - https://fonts.google.com/specimen/Poppins
    4. Body Font Body - https://fonts.google.com/specimen/Source+Serif+4
    5. Font Size - https://medium.com/eightshapes-llc/typography-in-design-systems-6ed771432f1e
    6. Standrad Website Design reference
      1. https://dart-tutorial.com/
      2. https://www.w3schools.com/html/
      3. https://www.studytonight.com/html5-references/html-a-tag

    Size Structure

How Can I Contribute?

Team Onboarding

Reporting Bugs

If you find a bug, please ensure the bug was not already reported by searching on GitHub under Issues. If you can't find an existing issue addressing the problem, please open a new issue and provide detailed information about the bug.

Suggesting Enhancements

If you have an idea for an enhancement, we welcome your input. Before creating a new enhancement issue, please check the existing issues to see if your enhancement idea has already been discussed. If it hasn't, create a new issue and outline your enhancement proposal.

Working on Issues

Feel free to pick any open issue from our issue tracker that you find interesting. Comment on the issue that you would like to work on so that others are aware you are addressing it. If you need more context on a particular issue, please ask for clarification.

Submitting Pull Requests

  1. Fork the repository and create your branch from main: git checkout -b your-branch-name
  2. Make your changes and test thoroughly.
  3. Add, commit, and push your changes to your forked repository.
  4. Create a pull request to the main branch of the original repository.
  5. Clearly describe your changes and why you think they should be merged.
  6. Be willing to make any requested changes or improvements.

Thank you for contributing to our project! 🚀