Hello everyone,
I have been using rails for a couple of years and I want to give back to the community. I have been a regular contributor to KDE so I am aware of open source code contribution.
I have set up the rails-dev-box. Kudos on making such an easy to use tool! Now I want to begin submitting patches. Shall I begin by picking up some issues on github, or do something else?
Looking forward.
Cheers,
Vedant.
Hello there,
If you are interested in contributing to a project I’m working on I’d be happy to talk you through it. Perhaps we could help each other.
This is the project:
You can reach me on ed at propertywebbuilder.com
Cheers,
Ed
Abinoam_Jr
(Abinoam Jr.)
December 23, 2016, 4:58pm
3
Dear Vedant,
There's another mailing list called rails-core.
[](https://buildkite.com/rails/rails)
[](https://www.codetriage.com/rails/rails)
[](https://rubygems.org/gems/rails)
[](https://github.com/rails/rails)
## How to contribute to Ruby on Rails
#### **Did you find a bug?**
* **Do not open up a GitHub issue if the bug is a security vulnerability
in Rails**, and instead to refer to our [security policy](https://rubyonrails.org/security).
* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/rails/rails/issues).
* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/rails/rails/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring.
* If possible, use the relevant bug report templates to create the issue. Simply copy the content of the appropriate template into a .rb file, make the necessary changes to demonstrate the issue, and **paste the content into the issue description**:
* [**Active Record** (models, database) issues](https://github.com/rails/rails/blob/main/guides/bug_report_templates/active_record_main.rb)
* [**Action Pack** (controllers, routing) issues](https://github.com/rails/rails/blob/main/guides/bug_report_templates/action_controller_main.rb)
* [**Generic template** for other issues](https://github.com/rails/rails/blob/main/guides/bug_report_templates/generic_main.rb)
This file has been truncated. show original
Best regards,
Abinoam Jr.