Skip to content

Commit c218803

Browse files
Update readme
1 parent 3a69880 commit c218803

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Ruby
22

33
on:
4+
push:
45
pull_request:
56

67
jobs:

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# KDTree · [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Build Status](https://github.com/mateuszstompor/kdtree/actions/workflows/ruby.yml/badge.svg)](https://github.com/mateuszstompor/kdtree/actions/workflows/ruby.yml)
1+
# KDTree · [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Build Status](https://github.com/mateuszstompor/kdtree/actions/workflows/ruby.yml/badge.svg?branch=master)](https://github.com/mateuszstompor/kdtree/actions/workflows/ruby.yml)
22

33

44
### About the project
@@ -63,3 +63,9 @@ There are many simple, easy to read tests, written with help of MiniTest gem
6363
```bash
6464
$ sudo gem install kd_tree_ms-1.0.0.gem
6565
```
66+
67+
# Contributing
68+
Contributions are welcome! Please fork the repository and submit a pull request. For major changes, please open an issue first to discuss what you would like to change.
69+
70+
# Contact
71+
For support or inquiries, please open an issue on the [GitHub repository](https://github.com/mateuszstompor/kdtree/issues).

0 commit comments

Comments
 (0)