Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Commit 141d1a2

Browse files
committed
Merge branch 'main' of https://github.com/RyanLua/Signs
2 parents 1d2f522 + 1c4d245 commit 141d1a2

File tree

4 files changed

+23
-8
lines changed

4 files changed

+23
-8
lines changed

.github/CONTRIBUTING.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Contributing
2+
3+
Signs open-sourced and welcomes contributions from the community. If you would like to contribute, please follow the guidelines below.
4+
5+
## Coding Style
6+
7+
If you are planning to contribute to Signs, all code written in Lua must follow the [Roblox Lua Style Guide](https://roblox.github.io/lua-style-guide/) when applicable.
8+
9+
## Pull Requests
10+
11+
We actively welcome your pull requests. When you submit a pull request, we will review your code and respond as soon as possible. We may suggest some changes or improvements or alternatives.
12+
13+
## License
14+
15+
By contributing, you agree that your contributions will be licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Feature Request
1+
name: Feature/Enhancement Request
22
description: Suggest an idea for this project
3-
title: "[FEATURE]: "
3+
title: "[Enhancement]: "
44
labels: ["enhancement"]
55
body:
66
- type: markdown
77
attributes:
88
value: |
9-
Thanks for taking the time to fill out this feature request report!
9+
Thanks for taking the time to fill out this request report!
1010
- type: input
1111
id: contact
1212
attributes:

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<div>&nbsp;</div>
66

77
<div align="center">
8-
9-
[![release](https://img.shields.io/github/v/release/RyanLua/Signs)](https://github.com/RyanLua/Signs/releases)
10-
[![downloads](https://img.shields.io/github/downloads/RyanLua/Signs/total)](https://create.roblox.com/marketplace/asset/6994955669)
11-
[![license](https://img.shields.io/github/license/RyanLua/Signs)](LICENSE.txt)
12-
8+
9+
[![release](https://img.shields.io/github/v/release/RyanLua/Signs?logo=roblox)](https://github.com/RyanLua/Signs/releases)
10+
[![downloads](https://img.shields.io/github/downloads/RyanLua/Signs/total?logo=github)](https://create.roblox.com/marketplace/asset/6994955669)
11+
[![license](https://img.shields.io/github/license/RyanLua/Signs?logo=apache)](LICENSE.txt)
12+
1313
</div>
1414

1515
---

0 commit comments

Comments
 (0)