Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (11 loc) · 1.47 KB

CONTRIBUTING.md

File metadata and controls

21 lines (11 loc) · 1.47 KB

Contributing

Great to have you here. Here are a few ways you can help make this project better!

Before You Contribute

Please take a couple minutes to read through code of conduct. By participating here, you are expected to folow and uphold this code. Please notify me of any unacceptable behavior.

Developing and Testing the script

I used Laravel Homestead per project installation to develop the bash script, and I use vagrant reload --provision to test script tweaks.

I also recoomend setting up a root password on Homestead, so you can run the script as root like Forge does. Just ssh into Homestead and run sudo passwd root to setup a root password, the use the su command to become root.

Bug Reports & Feature Requests

Before submitting bug reports and feature requests, please search through open issues to see if yours has already been filed.

If you do find a similar issue, upvote it by adding a 👍 reaction. Only leave a comment if you have relevant information to add.

If no one has filed the issue yet, submit a new one. Please include a clear description of the issue, and as much relevant information as possible, including a code sample demonstrating the the issue.