Skip to content

Commit dc39d00

Browse files
xmulliganbrb
authored andcommitted
link developing section from contributing.md
Signed-off-by: Bill Mulligan <billmulligan516@gmail.com>
1 parent 9f85829 commit dc39d00

1 file changed

Lines changed: 1 addition & 31 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -7,37 +7,7 @@ Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md).
77

88
- Read the [README](https://github.com/cilium/pwru#readme) to understand how `pwru` works and its use cases.
99
- Check out the [issues list](https://github.com/cilium/pwru/issues) for open tasks, especially those labeled `good first issue`.
10-
11-
## Developing
12-
13-
If you're looking to contribute code to `pwru`, you'll need to set up your development environment with the required dependencies and build the project locally.
14-
15-
### Dependencies
16-
17-
Ensure you have the following installed:
18-
19-
- Go >= 1.16
20-
- LLVM/Clang >= 12
21-
- Bison
22-
- Lex/Flex >= 2.5.31
23-
24-
### Building
25-
26-
To build `pwru`, simply run:
27-
28-
```
29-
make
30-
```
31-
32-
Alternatively, you can build it within a Docker container:
33-
34-
```
35-
make release
36-
```
37-
38-
### Sign-off
39-
40-
Ensure that all commits have [Developer Certificate of Origin](https://developercertificate.org/) by adding a [Signed-off-by line to your commit messages](https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#developer-s-certificate-of-origin).
10+
- Set up your [development](https://github.com/cilium/pwru?tab=readme-ov-file#developing) environment with the required dependencies and build the project locally.
4111

4212
## Contributor Ladder
4313

0 commit comments

Comments
 (0)