Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.79 KB

CONTRIBUTING.md

File metadata and controls

29 lines (18 loc) · 1.79 KB

📈 Contributing

Contrabutions are welcome! Learn morn on how to contribute on the Wiki page or here or CONTRIBUTING.md.

📚 Getting Started

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.

:bowtie: Emoji's in commits

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

🔀 Submitting a pull request

  1. Fork the repository wordpress-ssh-git-ci
  2. Create a new branch off of master
  3. Make your changes
    • Commit messages not as important, but will help you in making your PR
  4. 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

It is also recommended to keep your pull request down to one specific issue or feature at a time.