CONTRIBUTION_GUIDELINES
Atualizado
Atualizado
Thank you for your interest in contributing to the translation of "The Art of Computer Programming" into Portuguese! Your contributions are invaluable to the success of this project. Before getting started, please take a moment to review the following guidelines:
Clone the Repository: Clone your forked repository to your local machine using the following command:
Create a New Branch: Create a new branch for your translations using a descriptive name. We follow the same pattern suggested by GitHub:
Feature branch: for adding new text
Fix branch: to fix some text
For example:
Maintain Accuracy: Ensure that your translations accurately convey the meaning and intent of the original text.
Be Consistent: Maintain consistency in terminology, style, and formatting throughout your translations.
Preserve Formatting: Preserve the formatting of code snippets, equations, and other technical elements from the original text.
Translate Footnotes: Translate any footnotes or annotations included in the text, providing context where necessary.
Use Markdown: Write your translations using Markdown format, following the same structure as the original text. We will use .
Commit Changes: Make regular commits to your branch as you progress with your translations.
Pull Requests: When you're ready to submit your translations, open a pull request from your branch to the main repository's main
branch.
Describe Changes: Provide a clear and descriptive title for your pull request, along with a summary of the changes you've made.
Review Process: Your contributions will be reviewed by project maintainers for accuracy and consistency before being merged.
GitHub Issues: Use GitHub issues to report bugs, suggest improvements, or ask questions related to the project.
Pull Request Discussions: Engage in discussions within pull requests to provide feedback, ask questions, or suggest changes to translations.