Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a contributing section #69

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 15 additions & 4 deletions README.md
@@ -1,14 +1,12 @@
Ubuntu Maintainer's Handbook
============================
# Ubuntu Maintainer's Handbook

This handbook explains how to do the common tasks of an Ubuntu package maintainer. In particular, it explains how the git-ubuntu tool-suite is used for working with Ubuntu packages.

Note that this isn't a policy document; the official policies will be linked to where possible and should be referenced for the officially correct ways to do things. Instead, this is intended to serve as a tutorial style introduction to help new Ubuntu packagers get up to speed.

Similarly, this handbook doesn't attempt to cover topics comprehensively. There are many ways to do things, and some alternate approaches may be faster or better in special cases, but this will try to provide the reader with a solid working knowledge of one robust process for accomplishing work items.

Sections
--------
## Sections

* [High Level Concepts](Concepts.md)
* [Setting up Your Environment](Setup.md)
Expand Down Expand Up @@ -41,3 +39,16 @@ Sections
- [Check Lists](CheckListsSheets.md)
+ [Bug Fix Checklist](BugFixingCheckList.md)

## Contributing

We welcome everyone who wants to improve the Ubuntu documentation! Whether you've found a typo, have a suggestion for improving existing content, or want to add new content, we'd love to hear from you.

To contribute, simply submit a pull request with your changes or create an issue to describe your proposed changes. We'll review your contribution as soon as possible, but please note that our Ubuntu maintainers often have full inboxes, so it may take some time before we can get to your request.

If you're interested in becoming a more active member of the Ubuntu community, we encourage you to participate in our relevant meetings and channels. You can attend one of the weekly [#ubuntu-meeting](https://wiki.ubuntu.com/BeginnersTeam/Meetings) sessions on our [IRC](https://wiki.ubuntu.com/IRC/ChannelList) or ask in a different channel that is appropriate for your topic.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linking to beginner meetings on IRC which had no update for 11 years seems bad.
You might want to link to #ubuntu-devel instead.

Furthermore there is work on reviving the patch-pilot program, once it is established again that might be an even better place to point to for questions.


### Code of Conduct

Please note that we have a code of conduct in place for all contributors to this repository. By contributing, you agree to abide by the [Ubuntu Code of Conduct](https://launchpad.net/codeofconduct)

Thank you for considering contributing to the Ubuntu documentation!