Skip to content
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

Fix link to DEVELOPING.md #457

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ All types of contributions are encouraged and valued. See the [Table of Contents
- [Reporting Bugs](#reporting-bugs)
- [Requesting Features](#requesting-features)
- [Your First Code Contribution](#your-first-code-contribution)
- [A Primer On Project Workflow](#a-primer-on-project-workflow)
- [How Do I Submit a Good Code Contribution?](#how-do-i-submit-a-good-code-contribution)
- [Styleguides](#styleguides)

## I Have a Question
Expand Down Expand Up @@ -121,7 +123,7 @@ This projects adopts a [feature branch workflow](https://about.gitlab.com/topics
```bash
git checkout -b <your_username>/fix-issue-12345 main
```
1. **Work on your contribution**. See [instructions](GETTING_STARTED.md) on how to get started with Beluga development.
1. **Work on your contribution**. See [instructions](DEVELOPING.md) on how to get started with Beluga development.
1. **Test your changes**. For bug fixes, make sure regression tests are included.
1. **Document your changes as needed**. For new features, make sure added functionality is clearly documented.
1. **Push the branch to your fork on GitHub**.
Expand Down
Loading