Skip to content

Commit

Permalink
Merge pull request #10596 from cBioPortal/pieterlukasse-patch-1
Browse files Browse the repository at this point in the history
Fix link to Architecture overview
  • Loading branch information
inodb authored Feb 5, 2024
2 parents f51633f + afba3e9 commit 09de8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/feature-development-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a guide for developers that are implementing a new feature.

As a first step it is important to determine how complex the proposed feature is. Incremental improvements on existing features are often easier to accomplish and require input from fewer people. Most minor changes can be submitted as a Pull Request. If the proposed feature would require one or more days of work it makes sense to connect on [slack](https://slack.cbioportal.org) to discuss the idea. For more complex new features that require weeks of work or more, it is best to get input from several people in the cBioPortal community, including people with a deep understanding of the cBioPortal product and its users as well as the engineers that write the software. In that case we often start out with a Request For Comments document that describes the feature in more detail, see [our list of RFCs ](../RFC-List.md)for some examples. The community can then help guide the feature development in the right direction.

During this process you will most likely receive some pointers which part of the stack you will be editing (see [Architecture Overview](Architecture-Overview.md)). This will be helpful when actually starting your implementation and figuring out how to set up your development environment. For many features it is not necessary to understand all parts of the stack, so seeking out advice on this is highly recommended.
During this process you will most likely receive some pointers which part of the stack you will be editing (see [Architecture Overview](../Architecture-Overview.md)). This will be helpful when actually starting your implementation and figuring out how to set up your development environment. For many features it is not necessary to understand all parts of the stack, so seeking out advice on this is highly recommended.

Before you start implementing a more complex feature, ideally many of these things are clear:

Expand Down

0 comments on commit 09de8a8

Please sign in to comment.