Skip to content

Files

Latest commit

 

History

History
23 lines (17 loc) · 875 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 875 Bytes

sms-microapi

This is the sms microapi which is used to for communicating with users using SMS.

Getting Started

To Contribute:

  • Create a personal fork of this repo on your Github.
  • Clone the fork to your PC using the command git clone ~url to your fork~
  • Change to the newly created directory on your PC
  • Create a branch with the feature name you wish to contribute using the command git checkout -b ~name of new brach~
  • Make any changes
  • Ensure you are working with an up to date version of the repo to avoid merge conflicts
  • Push your changes to your fork
  • Make a pull request to master branch of the main repo

When making a PR, please follow the guides below

  • Always comment your code for hard to understand feature
  • APIs should carry annotation
  • Your PR should contain descriptions so it's easier to read and merge
  • Test, Test and Test