Contrabutions are welcome! Learn morn on how to contribute on the Wiki page or here or CONTRIBUTING.md.
This is a simple script project to automate a painful manual process I dealt with every day at the office. This gets a WordPress git repository on a unix server and Azure DevOps to play nice with one another.
If you see some adjustments to make, by all means suggest them. This needs some clean up and refactoring yet.
New issues or requests will be tracked on the kanban board for the project.
Emoji guide can be found here on the gimoji project site. Choose an emoji from the list provided above that fitst the fix or change you are submitting
- Fork the repository wordpress-ssh-git-ci
- Create a new branch off of master
- Make your changes
- Commit messages not as important, but will help you in making your PR
- Create a Pull Request for your change into master
- First line is
:emoji_name: what this pr does
> 100 characters - In the description include all commit messages as changes -- the squash is coming
- First line is
It is also recommended to keep your pull request down to one specific issue or feature at a time.