From 75862cae96e74269202b64523071727da9abfb80 Mon Sep 17 00:00:00 2001 From: Tiago Celestino <190265+tcelestino@users.noreply.github.com> Date: Tue, 29 Jul 2025 08:10:47 -0300 Subject: [PATCH 1/2] remove contribute section --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index a67b630..0240a73 100644 --- a/README.md +++ b/README.md @@ -68,12 +68,6 @@ My apps and dev tools for Linux and macOS. - To set the keyboard layout to include the 'ç' character on Ubuntu, follow the steps in the article "[Ajeitando o cedilha errado (ć) no Ubuntu Linux](https://www.danielkossmann.com/pt/ajeitando-cedilha-errado-ubuntu-linux/)" -## Contributing - -If you have any suggestions, improvements, or bug fixes, feel free to open an issue or submit a pull request. I'm always looking for ways to improve my configurations and make them more efficient and user-friendly. Read the [CONTRIBUTING.md](CONTRIBUTING.md) for more information. - -This project follows the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification. Please use it when making changes to the codebase. - ## License See in [LICENSE](LICENSE). From 7668e6e76501272014e3cb6f5b43453a19a03124 Mon Sep 17 00:00:00 2001 From: Tiago Celestino Date: Tue, 29 Jul 2025 08:13:02 -0300 Subject: [PATCH 2/2] chore: update pr template and remove CONTRIBUTING.md --- .github/pull_request_template.md | 11 ------ CONTRIBUTING.md | 59 -------------------------------- 2 files changed, 70 deletions(-) delete mode 100644 CONTRIBUTING.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7d3802c..bf7ba39 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,21 +1,10 @@ ## Changelog - -Issue: #(issue) - ## Checklist Choose the appropriate options: - - [ ] Added new feature - [ ] Fixed a bug - [ ] Updated documentation - [ ] Other changes - -## How to test - -Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. - -- [ ] Test A -- [ ] Not applicable diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 6842a2e..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,59 +0,0 @@ -# Contributing Guidelines - -Thank you for considering contributing to our project! Here are some best practices to follow: - -## Getting Started - -1. Fork the repository -2. Create a new branch for your feature/fix: `git checkout -b feature-name` -3. Make your changes -4. Test thoroughly -5. Submit a pull request - -## Code Style and Standards - -- Follow the existing code style and formatting -- Use meaningful variable and function names -- Keep functions small and focused -- Comment your code when necessary -- Write clean, maintainable code - -## Pull Request Process - -1. Update documentation if needed -3. Follow the pull request template -4. Reference any related issues -5. Wait for code review - -## Communication - -- Be respectful and professional in discussions -- Use descriptive commit messages -- Ask questions if something is unclear -- Join our community channels for support - -## Code Review - -- Be open to feedback -- Respond to comments promptly -- Make requested changes in a timely manner - -## Documentation - -- Keep README up to date -- Document new features and changes -- Include code examples when helpful -- Ensure all documentation is clear and concise - -## Security - -- Report security vulnerabilities privately -- Follow secure coding practices -- Never commit sensitive information - -## License - -- Ensure your contributions comply with the project's license -- Include appropriate copyright notices - -Remember that quality is more important than quantity. We appreciate your contributions!