Skip to content

Commit

Permalink
Update README links and contribution guidelines.
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Carcaramo <lcarcaramo@ibm.com>
  • Loading branch information
lcarcaramo committed Aug 4, 2023
1 parent 24ee93d commit e2169cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ To ensure that **code formatters _(isort and black)_**, **linters _(flake8 and p

### Adding New Functionality

If you have a new functionality that can be added to the package, open a GitHub pull request with the code. In the PR, make sure to clearly document the new functionality including why it is valuable.
If you have a new functionality that can be added to the package, open a GitHub pull request against the `dev` branch with your changes. In the PR, make sure to clearly document the new functionality including why it is valuable.

### Testing

Expand All @@ -82,7 +82,7 @@ The main way to test pyRACF is to write **unit tests** in the [`tests`](tests) f
### Fixing Bugs

If you fix a bug, open a GitHub pull request with the fix. In the PR, make sure to clearly described the problem and the solution approach.
If you fix a bug, open a GitHub pull request against the `dev` branch with the fix. In the PR, make sure to clearly describe the problem and the solution approach.

### Adding or Fixing Documentation

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ python3 -m pip install pyracf

### Usage

* [pyRACF Documentation]()
* [pyRACF Documentation](https://ambitus.github.io/pyracf/)

## Help

* [Github Discussions]()
* [Github Discussions](https://github.com/ambitus/pyracf/discussions)

## Authors

Expand Down

0 comments on commit e2169cc

Please sign in to comment.