Co-authored-by: Aditya Ramani <a_ramani@apple.com> Co-authored-by: Agam Dua <agam_dua@apple.com> Co-authored-by: Danny Canter <danny_canter@apple.com> Co-authored-by: Dmitry Kovba <dkovba@apple.com> Co-authored-by: Eric Ernst <eric_ernst@apple.com> Co-authored-by: Evan Hazlett <ehazlett@apple.com> Co-authored-by: Gilbert Song <gilbertsong@apple.com> Co-authored-by: Hugh Bussell <hbussell@apple.com> Co-authored-by: John Logan <john_logan@apple.com> Co-authored-by: Kathryn Baldauf <k_baldauf@apple.com> Co-authored-by: Madhu Venugopal <mvenugopal@apple.com> Co-authored-by: Michael Crosby <michael_crosby@apple.com> Co-authored-by: Sidhartha Mani <sidhartha_mani@apple.com> Co-authored-by: Tanweer Noor <tnoor@apple.com> Co-authored-by: Ximena Perez Diaz <xperez528@gmail.com> Co-authored-by: Yibo Zhuang <yzhuang@apple.com>
1.7 KiB
🌈 📦️ Welcome to the Containerization community! 📦️ 🌈
Contributions to Containerization are welcomed and encouraged.
How you can help
We would love your contributions in the form of:
- 🐛 Bug fixes
- ⚡️ Performance improvements
- ✨ API additions or enhancements
- 📝 Documentation
- 🧑💻 Project advocacy: blogs, conference talks, and more
- Anything else that could enhance the project!
Submitting Issues and Pull Requests
Issues
To file a bug or feature request, use GitHub
🚧 For unexpected behavior or usability limitations, detailed instructions on how to reproduce the issue are appreciated. This will greatly help the priority setting and speed of which maintainers can get to your issue.
Pull Requests
To make a pull request, use GitHub. Please give the team a few days to review but it's ok to check in on occassion. We appreciate your contribution!
Important
If you plan to make substantial changes or add new features, we encourage you to first discuss them with the wider containerization developer community. You can do this by filing a GitHub issue This will save time and increases the chance of your pull request being accepted.
Fomatting Contributions
Make sure your contributions are consistent with the rest of the project's formatting. You can do this using our Makefile:
$ make fmt
Applying License Header to New Files
If you submit a contribution that adds a new file, please add the license header. You can do this using our Makefile:
$ make update-licenses