Skip to content

Adding and modifying events

dneary edited this page Jan 14, 2013 · 27 revisions

The easy, recommended way

The standard, easiest way to add new conferences or update conference data is to file a new issue in the issue tracker. Please try to use proper formatting, if possible.

Other easy ways

It is possible to edit files in-place on github - this will create a fork and pull request automatically. To do this navigate to the file directly in the web interface, and click "Edit" when you are viewing the page sources.

You may also contact anyone with access to the repository directly (via email, for example).

Advanced editing (for those familiar with git and github)

If you are familiar with git and github, you may fork our repo and submit a pull request. (View a quick overview)

More git-related details

If the conference does not currently exist, a new file must be made for it in the appropriate year directory. This can either be done by someone with access to the git repository or by filing an issue in the issue tracker.

Adding or modifying an existing conference (including talks)

If you have access rights to the rh-events repository, you can edit the page directly on github or in a git clone of the repository.

If you do not have access rights, please file a new issue in the issue tracker or fork the repository and submit a pull request. (View a quick overview)

Clone this wiki locally