Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Contributor's Guide draft #1824

Merged
merged 13 commits into from
Jan 22, 2022
Prev Previous commit
Next Next commit
Delete section source code organization
  • Loading branch information
lilianabs committed Jan 21, 2022
commit 0eb17de6861d869c73e79a9ad0adfa22074afa4c
13 changes: 0 additions & 13 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -121,7 +121,6 @@ In this section, you can find information on the following:

* [How to file a bug report](#how-to-file-a-bug-report)
* [How to submit a contribution](#how-to-submit-a-contribution)
* [Flux source code organisation](#flux-source-code-organisation)

### How to file a bug report

@@ -144,15 +143,3 @@ When filing the bug report, provide the following information (if applicable):
### How to submit a contribution

You can use [this template](https://github.com/FluxML/Flux.jl/blob/master/.github/pull_request_template.md) as a starting point when creating a new pull request.

### Flux source code organization

The following table shows how the Flux code is organized:

| Directory | Contents |
| ------------- | ------------- |
| docs | Documentation site |
| paper | Paper that describes Flux |
| perf | |
| src | Source for Flux |
| test | Test suites |