Skip to content

Commit f95d77d

Browse files
committed
merge
2 parents a7c5830 + 43f7cf4 commit f95d77d

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CONTRIBUTING.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Contributing to json-base
2+
I love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
3+
4+
- Reporting a bug
5+
- Discussing the current state of the code
6+
- Submitting a fix
7+
- Proposing new features
8+
- Becoming a maintainer
9+
10+
11+
I actively welcome your pull requests:
12+
13+
1. Fork the repo and create your branch from `main`.
14+
2. If you've added code that should be tested, add tests.
15+
3. If you've changed APIs, update the documentation.
16+
4. Ensure the test suite passes.
17+
5. Make sure your code lints.
18+
6. Issue that pull request!
19+
20+
21+
#### Report bugs using Github's [issues](https://github.com/briandk/transcriptase-atom/issues)
22+
23+
I use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/ndzhwr/json-base/issues/new); it's that easy!
24+
25+
#### Write bug reports with detail, background, and sample code
26+
27+
- A quick summary and/or background
28+
- Steps to reproduce
29+
- Be specific!
30+
- Give sample code if you can.
31+
- What you expected would happen
32+
- What actually happens
33+
- Notes (possibly including why you think this might be happening, or stuff you tried that didn't work)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,4 +171,4 @@ This repo is maintained by [@ndzhwr](https://github.com/ndzhwr).
171171
This project is [MIT](LICENCE) licenced.
172172
___
173173

174-
<p align="right">⁕ <a href="https://github.com/ndzhwr/works">ndzhwr-works</a> 2023. </p>
174+
<p align="right"> Jan 2023. </p>

0 commit comments

Comments
 (0)