Skip to content
Merged
Show file tree
Hide file tree
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
30 changes: 28 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ You can install the development version of glossary from [GitHub](https://github
pak::pak("r-devel/glossary")
```

## Using precommit when contributing
## Using pre-commit when contributing

This repository uses precommit. To install and run the same, follow the steps below:
This repository uses pre-commit. To install and run the it, follow the steps below:

- In an external terminal run `pip3 install pre-commit --user` (for Windows) or `brew install pre-commit` (for macOS).
- Based on the level of permissions you have, either directly clone this repository or clone a fork of this repository to a local directory.
Expand All @@ -41,6 +41,7 @@ install.packages("precommit")
```

- Run `precommit::use_precommit()` in the console.
- Once precommit is installed, each time you run `git commit`, the precommit hooks will run automatically. If any of the checks fail, you will need to fix the issues before you can successfully commit your changes.

## Example

Expand All @@ -54,12 +55,15 @@ library(glossary)
## Contributors



<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->

All contributions to this project are gratefully acknowledged using the [`allcontributors` package](https://github.com/ropensci/allcontributors) following the [all-contributors](https://allcontributors.org) specification. Contributions of any kind are welcome!

### Code

<table>

<tr>
Expand All @@ -75,6 +79,28 @@ All contributions to this project are gratefully acknowledged using the [`allcon
</a><br>
<a href="https://github.com/r-devel/glossary/commits?author=rivaquiroga">rivaquiroga</a>
</td>
<td align="center">
<a href="https://github.com/sndaba">
<img src="https://avatars.githubusercontent.com/u/53818579?v=4" width="100px;" alt=""/>
</a><br>
<a href="https://github.com/r-devel/glossary/commits?author=sndaba">sndaba</a>
</td>
</tr>

</table>


### Issues

<table>

<tr>
<td align="center">
<a href="https://github.com/jyoti-bhogal">
<img src="https://avatars.githubusercontent.com/u/68017009?u=bd7a5480542d1a16ca303ca5724f2d73a30ccf47&v=4" width="100px;" alt=""/>
</a><br>
<a href="https://github.com/r-devel/glossary/issues?q=is%3Aissue+author%3Ajyoti-bhogal">jyoti-bhogal</a>
</td>
</tr>

</table>
Expand Down
36 changes: 34 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ You can install the development version of glossary from
pak::pak("r-devel/glossary")
```

## Using precommit when contributing
## Using pre-commit when contributing

This repository uses precommit. To install and run the same, follow the
This repository uses pre-commit. To install and run the it, follow the
steps below:

- In an external terminal run `pip3 install pre-commit --user` (for
Expand All @@ -50,6 +50,10 @@ install.packages("precommit")
```

- Run `precommit::use_precommit()` in the console.
- Once precommit is installed, each time you run `git commit`, the
precommit hooks will run automatically. If any of the checks fail, you
will need to fix the issues before you can successfully commit your
changes.

## Example

Expand All @@ -73,6 +77,8 @@ All contributions to this project are gratefully acknowledged using the
following the [all-contributors](https://allcontributors.org)
specification. Contributions of any kind are welcome!

### Code

<table>

<tr>
Expand All @@ -93,6 +99,32 @@ specification. Contributions of any kind are welcome!
<a href="https://github.com/r-devel/glossary/commits?author=rivaquiroga">rivaquiroga</a>
</td>

<td align="center">

<a href="https://github.com/sndaba">
<img src="https://avatars.githubusercontent.com/u/53818579?v=4" width="100px;" alt=""/>
</a><br>
<a href="https://github.com/r-devel/glossary/commits?author=sndaba">sndaba</a>
</td>

</tr>

</table>

### Issues

<table>

<tr>

<td align="center">

<a href="https://github.com/jyoti-bhogal">
<img src="https://avatars.githubusercontent.com/u/68017009?u=bd7a5480542d1a16ca303ca5724f2d73a30ccf47&v=4" width="100px;" alt=""/>
</a><br>
<a href="https://github.com/r-devel/glossary/issues?q=is%3Aissue+author%3Ajyoti-bhogal">jyoti-bhogal</a>
</td>

</tr>

</table>
Expand Down