Skip to content

Commit 188a67a

Browse files
committed
chore: fix repository visibility
1 parent b1be8a1 commit 188a67a

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.github/settings.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repository:
1717

1818

1919
# Either `true` to make the repository private, or `false` to make it public.
20-
private: true
20+
private: false
2121

2222
has_issues: false
2323

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ More information about `pattern` and `flags` can be found in the
6565
Default behavior is to include the description and title and not check pull
6666
request commit messages.
6767

68+
## Contributing
69+
70+
We welcome contributions to make this repository even better. Whether it's fixing a bug, adding a feature, or improving documentation, your help is highly appreciated. To get started, fork this repository then clone your fork.
71+
72+
Be sure to familiarize yourself with LinkORB's [Contribution Guidelines](/CONTRIBUTING.md) for our standards around commits, branches, and pull requests, as well as our [code of conduct](/.github/CODE_OF_CONDUCT.md) before submitting any changes.
73+
6874
## Brought to you by the LinkORB Engineering team
6975

7076
<img src="http://www.linkorb.com/d/meta/tier1/images/linkorbengineering-logo.png" width="200px" /><br />

repo.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ codeowners:
88
owners:
99
- '@mhitza'
1010

11+
visibility: public
12+
1113
github:
1214
default_branch: fork

0 commit comments

Comments
 (0)