Skip to content

Commit 4e0b6a3

Browse files
committed
Updated some files
1 parent 9cccaae commit 4e0b6a3

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This repository contains the source material, code, and data for the book, [*Com
1010

1111
The materials for the book are constantly being updated. The version number listed in the [Releases](https://github.com/OpenSourceEcon/CompMethods/releases) section of the repository tracks the updates, as well as the [`CHANGELOG.md`](CHANGELOG.md) file.
1212

13-
As an open executable book project, this book is happy to receive, address, and incorporate collaborative additions, corrections, suggestions, and questions. Please see the [Contributor Guide]() in the book for how to best collaborate with the project.
13+
As an open executable book project, this book is happy to receive, address, and incorporate collaborative additions, corrections, suggestions, and questions. Please see the [Contributor Guide](https://opensourceecon.github.io/CompMethods/contrib/contributing.html) in the book for how to best collaborate with the project.
1414

1515
[Richard W. Evans, Phd](https://sites.google.com/site/rickecon) ([@rickecon](https://github.com/rickecon)) is the author of the book and the core maintainer of this repository.
1616

docs/book/contrib/contributing.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,7 @@ All pull requests must be reviewed by someone else than their original author, w
3030

3131
This project follows the [semantic versioning protocol](http://semver.org/). Any change impacts the version number, and the version number conveys API compatibility information **only**.
3232

33-
Every pull request submitted to the main branch of the repository should update the `CHANGELOG.md` and `changelog.yaml` files as well as update the version number of the project in `setup.py`. These version updates to the version number and to the changelog file descriptions have the following structure and format:
34-
```yaml
35-
- bump: {major, minor, patch}
36-
changes:
37-
{added, removed, changed, fixed}:
38-
- <variable or program>
39-
```
33+
Every pull request submitted to the main branch of the repository should update the `CHANGELOG.md` file as well as update the version number of the project in `setup.py`.
4034

4135
### Patch bump (3rd digit update)
4236

0 commit comments

Comments
 (0)