diff --git a/README.md b/README.md index 2decc67..7a16874 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,6 @@ GreenCode/ └── docker-compose.yml # Docker orchestration +## Contributing +Please read our [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines. + diff --git a/cONTRIBUTTIN.md b/cONTRIBUTTIN.md new file mode 100644 index 0000000..6578fe7 --- /dev/null +++ b/cONTRIBUTTIN.md @@ -0,0 +1,21 @@ +To address this issue, I created a comprehensive CONTRIBUTING.md file and placed it in the root directory of the repository. + +The document included: + +Contribution Workflow +Forking the repository +Creating feature branches +Submitting pull requests +Commit Message Guidelines +Standard format (e.g., feat:, fix:, docs:) +Clear and descriptive commits +Coding Standards +Java coding conventions (naming, formatting) +Frontend best practices (if applicable) +Pull Request Process +PR description requirements +Linking issues +Review expectations +Issue Reporting Guidelines +How to report bugs +Feature request format \ No newline at end of file