I am open to any contributions made by the community. Just make sure you follow the guidelines while contributing your part of code.
Before opening an issue, please search the issue tracker to make sure your issue hasn't already been reported.
- Fork this repository, clone it into your local system, make a separate branch for yourself and do whatever changes you want to do.
git clone https://github.com/rahulmalhotra9620/SFDC-Lightning.git
- Add your name to the list of contributors in the master branch in the file Contributors.md. You can also add the link to your repository along with the name. Just make sure your entry is at the end of the existing list in a separate line. Also state the contribution or change you have made to the code in a single line.
- Commit Contributions.md file, give the commit message as below and open a pull request.
git commit -m "Added <your-name> to contributors list"
For example:-
git commit -m "Added rahul malhotra to contributors list"
- I'll review your code and if I find your code different from mine. I'll approve it and your name will be there in the contributors list.
Below is the sample addition for the same:-
<Your Name> | <Your Feature> | <Link to your repo>
Example Statement:-
Rahul Malhotra | Added whole code | https://github.com/rahulmalhotra9620/SFDC-Lightning/tree/master
Add your line as above in the last line of Contributors.md file.
Thank you for Contributing!