A guide for contributing to
Dockerfile
- Clone the repo and open in VSCode
git clone https://github.com/flexstack/Dockerfile
code Dockerfile
- Edit the Dockerfile you want to change or add a new one
If you find a bug or want to request a new Dockerfile, please open an issue.
Before submitting a feature pull request, it is important to open an issue to discuss what you plan to work on to ensure success in releasing your changes. For small bug fixes or improvements, go ahead and submit a pull request without an issue.
- Fork the repo
- Create a new branch (
git checkout -b feature/my-feature
) - Make your changes
- Commit your changes (
git commit -am 'Add my feature'
) - Push to the branch (
git push origin feature/my-feature
) - Create a new Pull Request
MIT