-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
CONTRIBUTING.md is missing #3312
Comments
rippled
Great questions. I'll try to give a few answers. Maybe as others chip in, we can collate the answers into a For build, there are instructions buried in the repository for Linux, Mac, and Windows. They should be mostly up-to-date, but they are only ever tested by new contributors like yourself. If you run into trouble, please open more issues. For an overview of the codebase, there's a good audit from another contributor, @movitto, of the code for version 1.1.0. Because it is actively developed, rippled is a moving target, so any audit of a specific version will fall out-of-date as it ages, but the core of rippled is pretty stable, so the audit is still mostly applicable for now. I'd like to see us contribute more such documentation into the codebase, near the code, and render it with Doxygen online. I'm hosting the latest version, for 1.5.0, from my fork's |
to add on what @thejohnfreeman has provided, consider this feature request itself a potential "contribution" to the project @denizdanaie ! We would love to have external contributors to help us make the project better. As you find your ways around the project, feel free to ask questions as we are here to help. In addition, consider making a contribution (PR) to this feature request as you see fit! |
I would take the help of all the resources mentioned above and will send a PR of Contributing.md |
Ye, we really need a |
Completed by #4214 |
Summary
After a thorough search for a document that would guide a new contributor where to start in
rippled
repository, I concluded that there is none for this project, and I decided to suggest it as an issue.There is already a
CONTRIBUTING.md
file forxrpl-dev-portal
repository, though that is aimed for that specific repository.Motivation
I am taking a course, which I am studying ripple in detail. One of my tasks for this course is to contribute to this project.
I first started by checking the label
good first issue
. However, I was lost after 10 min since I did not know where to start, what I need to know beforehand, which parts of the code I should first study to understand the basics of the underlying system, how to set up the environment for developing and contributing to the project, and so on.Solution
Simple! 😊 Adding contribution.md just like other open-source projects! i.e., ATOM's contributing.md
The text was updated successfully, but these errors were encountered: