| Server IP : 158.247.231.215 / Your IP : 216.73.217.139 Web Server : Apache/2.4.41 (Ubuntu) System : Linux CTMS 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 8.0.30 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/src/cloud-init/ |
Upload File : |
# How to contribute to cloud-init Thank you for wanting to help us improve cloud-init! There are a variety of ways you can contribute to this project, including no-code and low-code options. This documentation will help orient you with our processes. Please make sure that you read this guide before starting to contribute. It contains all the details you need to know to give your contribution the best chance of being accepted. Cloud-init is hosted and managed on [GitHub](https://github.com). If you're not familiar with how GitHub works, their [quickstart documentation](https://docs.github.com/en/get-started/quickstart) provides an excellent introduction to all the tools and processes you'll need to know. ## Prerequisites Before you can begin, you will need to: * Read and agree to abide by our [Code of Conduct](https://ubuntu.com/community/code-of-conduct). * Sign the Canonical [contributor license agreement](https://ubuntu.com/legal/contributors). This grants us your permission to use your contributions in the project. * Create (or have) a GitHub account. We will refer to your GitHub username as `GH_USER`. ## Getting help We use IRC and have a dedicated `#cloud-init` channel where you can contact us for help and guidance. This link will take you directly to our [IRC channel on Libera](https://kiwiirc.com/nextclient/irc.libera.chat/cloud-init). Please don't be afraid to reach out if you need help constructing your pull request. ## Instructions for contributors The best way to get started is by checking out the ["Development" section](https://cloudinit.readthedocs.io/en/latest/development/index.html) in our documentation. This covers everything; from how to find issues to work on, to how cloud-init is structured and useful resources, through to making your first PR and getting it accepted.