Skip to content

Commit

Permalink
chore: Add contributing file (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume authored Jan 27, 2024
1 parent 2ac28fd commit c4f8090
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Contributing

## Getting Started

1. Fork the repository on GitHub
2. Clone the forked repository to your local machine
3. Build the project: `go build cmd/sepp/main.go`
4. Run the project: `./main --config=config.yaml`

## Testing

### Unit Tests

```bash
go test ./...
```

### Lint

```bash
golangci-lint run ./...
```
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Security Edge Protection Proxy (SEPP)

An open source implementation of the Security Edge Protection Proxy (SEPP).
An open source implementation of the 5G Security Edge Protection Proxy (SEPP).

## Reference

Expand Down

0 comments on commit c4f8090

Please sign in to comment.