-
Notifications
You must be signed in to change notification settings - Fork 0
Pull Request Guide for azcii
Mahdi Qiamast edited this page Jan 29, 2023
·
1 revision
Welcome to the azcii pull request guide. This guide will walk you through the process of submitting a pull request (PR) for the package.
Before submitting a PR, make sure you have:
- A Github account
- Forked the azcii repository
- Cloned the forked repository to your local machine
- Created a new branch for your changes
- Making changes
- Make the necessary changes to the package. You can add new art, customize existing art, add new commands, or improve performance. Make sure your changes are well-commented and follow the code style guidelines of the project.
Test your changes locally to make sure everything is working as expected. Make sure that any existing and new unit tests pass.
- Push your changes to your forked repository
- Go to the azcii repository on Github and click on the "Pull requests" tab
- Click on the "New pull request" button
- Select the branch you just pushed from the "compare" dropdown menu
- Fill out the pull request template with a description of your changes and any relevant information
- Click on the "Create pull request" button
- Review process
- Your PR will be reviewed by the azcii maintainers. They will review the code, test it, and provide feedback. You may need to make changes based on their feedback before your PR can be merged.
Once your PR has been reviewed and approved, it will be merged into the azcii repository. Congratulations on your contribution!
For more information on pull requests, check out the Github documentation