-
Notifications
You must be signed in to change notification settings - Fork 2.3k
bugmash
sferik edited this page Jul 7, 2011
·
14 revisions
Join us in #railsadmin on irc.freenode.net and then:
- Take a look at the list of open issues against the current milestone.
- Find an issue you'd like to work on that isn't already assigned.
- Let
sferik
know which issue you will be working on in the IRC channel. Please also mention your GitHub login if it's different from your IRC handle. For example: sferik: I will be working on issue #101. My GitHub login is billybob. Then, I will add you as a contributor to the project and assign you to that issue. - Fork RailsAdmin on GitHub.
- In your fork, create a topic branch for the issue you're working on.
- Fix the issue. If you're adding new functionality, please include specs!
- Submit a pull request and ping one of the maintainers in the IRC channel. For example: sferik: I have finished working on issue #101. Please review the code in my iss101 branch. We'll let you know in the pull request if any changes need to be made before the code can be pulled.
- Make any changes that may be necessary after your code is reviewed by a maintainer.
GOTO 1
Writing code is great but there are other ways to help besides writing code, including...
- Writing documentation
- Translating RailsAdmin into a new language
- Writing failing specs for existing bugs
- Manual testing