Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
We welcome contribution from everyone in the community. <br/>
All communications in this repo will be by English.

> Every contributor to Slash libraries should adhere to our Code of Conduct.
> Every contributor to Slash libraries should adhere to our Code of Conduct.
> <br/>Please read the [full text](./CODE_OF_CONDUCT.md) to understand what actions will and will not be tolerated.


## 1. Issues

You can contribute to Slash libraries via:
Expand All @@ -16,8 +15,8 @@ You can contribute to Slash libraries via:
- [Requesting a new feature or package](https://github.com/toss/slash/issues/new/choose)
- [Having a look at our issue list](https://github.com/toss/slash/issues) to see what's to be fixed


## 2. Pull Requests

> [Opening a pull request](https://github.com/toss/slash/compare) <br/>

You can raise your own PR. The title of your PR should match the following format:
Expand All @@ -26,22 +25,25 @@ You can raise your own PR. The title of your PR should match the following forma
<type>[package scope]: <description>
```

> We do not care about the number, or style of commits in your history, because we squash merge every PR into main. <br/>
> We do not care about the number, or style of commits in your history, because we squash merge every PR into main. <br/>
> Feel free to commit in whatever style you feel comfortable with.

### 2.1 Type

**Type must be one of those**

if you changed shipped code :

- feat - for any new functionality additions
- fix - for any fixes that don't add new functionality

if you haven't changed shipped code :

- docs - if you only change documentation
- test - if you only change tests

other :

- chore - anything else

### 2.2 Package Scope
Expand All @@ -52,6 +54,3 @@ If you made changes across multiple packages, writing package scope is optional.
### 2.3 Description

A clear and concise description of what the pr is about.



26 changes: 16 additions & 10 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,37 @@
---
name: Bug report
about: 'Repot a bug '
title: "[BUG]:"
about: 'Report a bug '
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Repot -> Report

title: '[BUG]:'
labels: ''
assignees: ''

---

### **Package Scope**
### **Package Scope**

<!-- Is this issue related to a specific package? -->
Package name:

Package name:

### **Describe the bug**

<!-- A clear and concise description of what the bug is. -->

### **Expected behavior**

<!-- A clear and concise description of what you expected to happen. -->

### **To Reproduce**
<!--
Minimal reproducible code
### **To Reproduce**

<!--
Minimal reproducible code
or describe steps to reproduce.
Optional, but recommended.
-->

### **Possible Solution**
### **Possible Solution**

<!-- If you have suggestions on a fix for the bug -->

### **Additional context**
### **Additional context**

<!-- Add any other context about the problem here. -->
12 changes: 8 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,33 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[Feature]:"
title: '[Feature]:'
labels: ''
assignees: ''

---

### **Package Scope**
<!--

<!--
Is this feature added to an existing package?
Or make a new one?
-->

- [ ] Add to an existing package
- [ ] New package

<!-- Write the package name here -->

Package name:

### **Overview**
<!-- A clear and concise description about the feature -->

<!-- A clear and concise description about the feature -->

### **Describe the solution you'd like**

<!-- A clear and concise description of what you want to happen -->

### **Additional context**

<!-- Add any other context or screenshots about the feature request here -->