Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 2.46 KB

contributing_guidlines.md

File metadata and controls

56 lines (37 loc) · 2.46 KB

📝 Contributing to Uni-Notes

Welcome to our open-source project! We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:

  • Reporting a Bug
  • Discussing the Current State of the Code
  • Submitting a Fix
  • Proposing New Features
  • Becoming a Moderator

We appreciate your interest in contributing to our repository. Before you get started, please take a moment to review the guidelines below.

🚀 Getting Started

  1. Fork the repository and clone it locally.
  2. Create a new branch for your changes.
  3. Make your changes and test them locally.
  4. Submit a pull request (PR) to the main branch of the original repository.
  5. Your PR will be reviewed by a moderator. If there are any requested changes, make them and push them to your branch, and your PR will be updated automatically.
  6. Once your changes are approved and merged, you can delete your branch.

📌 Guidelines

  • All notes must be in markdown only.
  • All pull requests must address an issue.
  • Write clear and concise commit messages and pull request descriptions.
  • If you're fixing a bug, please include a test case that demonstrates the bug.

🤔 Issues and Feature Requests

If you find a bug or have a feature request, please open an issue in the repository. Please provide a clear and concise description of the issue or request, and include any relevant information, such as error messages or steps to reproduce.

💡 Additional Tips

  1. Use tables over lists whenever possible.

Example:

  1. Use mermaid flowcharts.

Example:

Screenshot 2023-04-15 at 12 00 06 PM

  1. Use LaTeX for mathematical/scientifical expressions.

Example:

Screenshot 2023-04-15 at 12 12 27 PM

  1. If you're not familiar with markdown, please refer to this.

⚖️ License

By contributing, you agree that your contributions will be licensed under Open Software License 3.0.

👋 Conclusion

We welcome contributions from everyone, and we appreciate your help in making our project better. Thank you for your support!