Skip to content

Commit 3ae442f

Browse files
committed
Bumps to 1.2.0
1 parent ba1ca10 commit 3ae442f

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Contributing
2+
3+
Hey! Thanks for wanting to contribute to Networking Toolbox 🎉
4+
5+
## Getting Started
6+
7+
Checkout the [README](README.md) for setup instructions, it's all very standard (clone, cd, npm install, npm run dev).
8+
9+
## Code Style
10+
11+
The usual, just keep it reasonably clean and consistent. Like normal TypeScript + Svelte stuff.
12+
13+
## Before You Submit
14+
15+
Don't forget to ensure that all checks pass. If you just run `npm run hold-my-beer` then you should be good to go!
16+
17+
For all project commands, take a look at the [the readme](https://github.com/Lissy93/networking-toolbox?tab=readme-ov-file#project-commands) or just the [`package.json`](https://github.com/Lissy93/networking-toolbox/blob/main/package.json).
18+
19+
## Code of Conduct
20+
21+
Be respectful and constructive. See [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) for details.
22+
23+
If you mention .NET I might block you. Just kidding. Maybe.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "networking-toolbox",
33
"private": true,
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev",

0 commit comments

Comments
 (0)