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

Create CONTRIBUTING.md #4581

Merged
merged 7 commits into from
Apr 2, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
[docs] Updated Description in CONTRIBUTING.md
  • Loading branch information
AdarshRawat1 authored Apr 1, 2024
commit 461e984248e3be664e835ecf16ca67ed13918785
9 changes: 5 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ We welcome and appreciate new contributions. Check out [git usage](https://githu
* Code has to be reviewed before it is merged.
* Make sure all tests pass when you send a pull request.
* Participate in the code review process and address any feedback or comments.
* Make sure `make cpplint` produces no errors (`make check` will also run this)
* Make sure `cmake --build . --target clang-format cpplint black isort
` produces no errors.

### Finding a task
### Finding a Task
- Check out the issues that have specifically been [marked as being friendly to new contributors](https://github.com/p4lang/p4c/issues?q=is%3Aopen+is%3Aissue+label%3Agood-first-issue)
- Have a look at this Readme. Can it be improved? Do you see typos? You can open a PR.
- Have a look at this README. Can it be improved? Do you see typos? You can open a PR.

## Reporting Issue
## Reporting Issues
If you encounter any issues or have suggestions for improvement, please [open an issue](https://github.com/p4lang/p4c/issues) with a clear description and, if possible, steps to reproduce.

## Feature Requests
Expand Down
Loading