MIT License
Copyright (c) 2024 ExcelMasteryHub
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
(Full license text here...)
π Milestone: Add LICENSE, CODE_OF_CONDUCT.md, and CONTRIBUTING.md
π Objective: Establish essential legal and community standards by adding:
β LICENSE β Defines how others can use, modify, and distribute the project.
β CODE_OF_CONDUCT.md β Sets expectations for participation in the project.
β CONTRIBUTING.md β Provides guidelines for contributing to the repository.
π οΈ Tasks & Deliverables
1οΈβ£ Add a LICENSE File (
LICENSE)2οΈβ£ Create a Code of Conduct (
CODE_OF_CONDUCT.md)Defines behavioral expectations to maintain a respectful community.
Should include:
Example Contributor Covenant v2.0 Code of Conduct:
3οΈβ£ Add a Contributing Guide (
CONTRIBUTING.md)Helps new contributors understand the project's workflow and contribution rules.
Should include:
β How to fork & clone the repository
β How to set up the development environment
β Steps to contribute (e.g., submitting pull requests, reporting issues)
β Project coding standards
β Link to the
CODE_OF_CONDUCT.mdExample content:
git clone https://github.com/iamAntimPal/ExcelMasteryHub.git
git checkout -b feature-branch
git add .
git commit -m "Added a new Excel lesson"
git push origin feature-branch
π― Expected Outcome:
β Legal protection for repository content via LICENSE.
β A well-defined Code of Conduct ensuring a safe community.
β A structured Contributing Guide to encourage participation.