|
20 | 20 | - Publishing your app |
21 | 21 | - ./how-to/publishing/* |
22 | 22 | - [Contributing to Briefcase](how-to/contribute/index.md) |
23 | | - - [Contributing code to Briefcase](how-to/contribute/code.md) |
24 | | - - [Contributing to the documentation](how-to/contribute/docs.md) |
| 23 | + - [First-time contributors](how-to/contribute/first_time_contributors.md) |
| 24 | + - What can I do? |
| 25 | + - [Fix an issue](how-to/contribute/what/fix_issue.md) |
| 26 | + - [Implement a new feature](how-to/contribute/what/implement_feature.md) |
| 27 | + - [Write documentation](how-to/contribute/what/write_docs.md) |
| 28 | + - [Triage an issue](how-to/contribute/what/triage.md) |
| 29 | + - [Review a pull request](how-to/contribute/what/review_pr.md) |
| 30 | + - [Propose a new feature](how-to/contribute/what/propose_feature.md) |
| 31 | + - [Use the tools](how-to/contribute/what/use_tools.md) |
| 32 | + - How do I contribute? |
| 33 | + - [Setting up a development environment](how-to/contribute/how/dev_environment.md) |
| 34 | + - [Reproducing an issue](how-to/contribute/how/reproduce_issue.md) |
| 35 | + - [Working from a branch](how-to/contribute/how/branches.md) |
| 36 | + - [Avoiding scope creep](how-to/contribute/how/scope_creep.md) |
| 37 | + - [Writing, running, and testing code](how-to/contribute/how/write_code.md) |
| 38 | + - [Building documentation](how-to/contribute/how/build_docs.md) |
| 39 | + - [Writing documentation](how-to/contribute/how/write_docs.md) |
| 40 | + - [Adding a change note](how-to/contribute/how/change_note.md) |
| 41 | + - [Submitting a pull request](how-to/contribute/how/submit_pr.md) |
| 42 | + - [Providing a review](how-to/contribute/how/review_pr.md) |
| 43 | + - [Submitting a new issue](how-to/contribute/how/new_issue.md) |
| 44 | + - [Proposing a new feature](how-to/contribute/how/propose_feature.md) |
| 45 | + - What happens next? |
| 46 | + - [Pull request review process](how-to/contribute/next/pr_review.md) |
| 47 | + - [Release process](how-to/contribute/next/release.md) |
| 48 | + - Style guides |
| 49 | + - [Code style guide](how-to/contribute/style/code_style_guide.md) |
| 50 | + - [Documentation style guide](how-to/contribute/style/docs_style_guide.md) |
25 | 51 | - Internal How-to guides |
26 | 52 | - [How to cut a Briefcase release](how-to/internal/release.md) |
27 | 53 | - Upgrading from previous versions |
|
0 commit comments