Skip to content

Commit

Permalink
fix: address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
4x8Matrix committed Jan 14, 2025
1 parent 808a447 commit 48e9fee
Show file tree
Hide file tree
Showing 34 changed files with 41 additions and 96 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ When contributing to this repository, please first discuss the change you wish t
Please note we have a [code of conduct](CODE_OF_CONDUCT.md), please follow it in all your interactions with the project.

## Development environment setup
1. Git clone the projects repository *(`git clone https://github.com/DiscordLuau/discord-luau.git`)*
2. Install all dependencies *(`pesde install`)*
i. in the event pesde errors, try running pesde a second time.
3. Use `Lune` to start the `development.luau` script
i. `lune run development`

## Code Style Guide
We've generally adopted a mix of Lunes lua styleguide, as well as Pesdes lua styleguides, these styleguides aren't written down anywhere in detail, but generally lean towards how one of the two projects write their code. *(Lean towards Lune, and where thats not possible - pesde.)*


## Issues and feature requests
Expand Down
1 change: 1 addition & 0 deletions packages/api-types/CONTRIBUTING
7 changes: 1 addition & 6 deletions packages/api-types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,8 @@ local channel = getChannel(channelId) :: DiscordTypes.GetChannelResponse
```

### Contributing
We welcome contributions! If you find an issue or have ideas for improvement:

1. Fork the repository.
2. Create a new branch for your feature or fix.
3. Submit a pull request.

Please ensure your contributions align with our contribution guidelines.
See the [Contributing Guide](CONTRIBUTING) for more information on how to contribute to this project.

### License
This project is licensed under the MIT License. Feel free to use it in your projects.
1 change: 1 addition & 0 deletions packages/bit/CONTRIBUTING
7 changes: 1 addition & 6 deletions packages/bit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,8 @@ local b = Bit.band(3, 42)
```

### Contributing
We welcome contributions! If you find an issue or have ideas for improvement:

1. Fork the repository.
2. Create a new branch for your feature or fix.
3. Submit a pull request.

Please ensure your contributions align with our contribution guidelines.
See the [Contributing Guide](CONTRIBUTING) for more information on how to contribute to this project.

### License
This project is licensed under the MIT License. Feel free to use it in your projects.
1 change: 1 addition & 0 deletions packages/buffer/CONTRIBUTING
7 changes: 1 addition & 6 deletions packages/buffer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,8 @@ local completeMessage = zlibBuffer:flush()
```

### Contributing
We welcome contributions! If you find an issue or have ideas for improvement:

1. Fork the repository.
2. Create a new branch for your feature or fix.
3. Submit a pull request.

Please ensure your contributions align with our contribution guidelines.
See the [Contributing Guide](CONTRIBUTING) for more information on how to contribute to this project.

### License
This project is licensed under the MIT License. Feel free to use it in your projects.
1 change: 1 addition & 0 deletions packages/builders/CONTRIBUTING
7 changes: 1 addition & 6 deletions packages/builders/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,8 @@ local channelObject = Builders.channel.new()
```

### Contributing
We welcome contributions! If you find an issue or have ideas for improvement:

1. Fork the repository.
2. Create a new branch for your feature or fix.
3. Submit a pull request.

Please ensure your contributions align with our contribution guidelines.
See the [Contributing Guide](CONTRIBUTING) for more information on how to contribute to this project.

### License
This project is licensed under the MIT License. Feel free to use it in your projects.
1 change: 1 addition & 0 deletions packages/classes/CONTRIBUTING
7 changes: 1 addition & 6 deletions packages/classes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,8 @@ discordMessageClass:replyAsync({
```

### Contributing
We welcome contributions! If you find an issue or have ideas for improvement:

1. Fork the repository.
2. Create a new branch for your feature or fix.
3. Submit a pull request.

Please ensure your contributions align with our contribution guidelines.
See the [Contributing Guide](CONTRIBUTING) for more information on how to contribute to this project.

### License
This project is licensed under the MIT License. Feel free to use it in your projects.
1 change: 1 addition & 0 deletions packages/discord_luau/CONTRIBUTING
7 changes: 1 addition & 6 deletions packages/discord_luau/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,8 @@ end)
```

### Contributing
We welcome contributions! If you find an issue or have ideas for improvement:

1. Fork the repository.
2. Create a new branch for your feature or fix.
3. Submit a pull request.

Please ensure your contributions align with our contribution guidelines.
See the [Contributing Guide](CONTRIBUTING) for more information on how to contribute to this project.

### License
This project is licensed under the MIT License. Feel free to use it in your projects.
1 change: 1 addition & 0 deletions packages/emitter/CONTRIBUTING
7 changes: 1 addition & 6 deletions packages/emitter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,8 @@ event:invoke()
```

### Contributing
We welcome contributions! If you find an issue or have ideas for improvement:

1. Fork the repository.
2. Create a new branch for your feature or fix.
3. Submit a pull request.

Please ensure your contributions align with our contribution guidelines.
See the [Contributing Guide](CONTRIBUTING) for more information on how to contribute to this project.

### License
This project is licensed under the MIT License. Feel free to use it in your projects.
1 change: 1 addition & 0 deletions packages/formdata/CONTRIBUTING
7 changes: 1 addition & 6 deletions packages/formdata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,8 @@ local header = formdataObject:getHeader()
```

### Contributing
We welcome contributions! If you find an issue or have ideas for improvement:

1. Fork the repository.
2. Create a new branch for your feature or fix.
3. Submit a pull request.

Please ensure your contributions align with our contribution guidelines.
See the [Contributing Guide](CONTRIBUTING) for more information on how to contribute to this project.

### License
This project is licensed under the MIT License. Feel free to use it in your projects.
1 change: 1 addition & 0 deletions packages/logger/CONTRIBUTING
7 changes: 1 addition & 6 deletions packages/logger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,8 @@ log:Warn(`This is a warning message!`)
```

### Contributing
We welcome contributions! If you find an issue or have ideas for improvement:

1. Fork the repository.
2. Create a new branch for your feature or fix.
3. Submit a pull request.

Please ensure your contributions align with our contribution guidelines.
See the [Contributing Guide](CONTRIBUTING) for more information on how to contribute to this project.

### License
This project is licensed under the MIT License. Feel free to use it in your projects.
1 change: 1 addition & 0 deletions packages/rest/CONTRIBUTING
7 changes: 1 addition & 6 deletions packages/rest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,8 @@ local channelObject = REST.channel:getChannelAsync(request, channelId)
```

### Contributing
We welcome contributions! If you find an issue or have ideas for improvement:

1. Fork the repository.
2. Create a new branch for your feature or fix.
3. Submit a pull request.

Please ensure your contributions align with our contribution guidelines.
See the [Contributing Guide](CONTRIBUTING) for more information on how to contribute to this project.

### License
This project is licensed under the MIT License. Feel free to use it in your projects.
1 change: 1 addition & 0 deletions packages/secret/CONTRIBUTING
7 changes: 1 addition & 6 deletions packages/secret/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,8 @@ print(tostring(secret))
```

### Contributing
We welcome contributions! If you find an issue or have ideas for improvement:

1. Fork the repository.
2. Create a new branch for your feature or fix.
3. Submit a pull request.

Please ensure your contributions align with our contribution guidelines.
See the [Contributing Guide](CONTRIBUTING) for more information on how to contribute to this project.

### License
This project is licensed under the MIT License. Feel free to use it in your projects.
1 change: 1 addition & 0 deletions packages/snowflake/CONTRIBUTING
7 changes: 1 addition & 6 deletions packages/snowflake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,8 @@ local processId = object:getProcessId()
```

### Contributing
We welcome contributions! If you find an issue or have ideas for improvement:

1. Fork the repository.
2. Create a new branch for your feature or fix.
3. Submit a pull request.

Please ensure your contributions align with our contribution guidelines.
See the [Contributing Guide](CONTRIBUTING) for more information on how to contribute to this project.

### License
This project is licensed under the MIT License. Feel free to use it in your projects.
1 change: 1 addition & 0 deletions packages/state/CONTRIBUTING
7 changes: 1 addition & 6 deletions packages/state/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,8 @@ local object = State.new(
```

### Contributing
We welcome contributions! If you find an issue or have ideas for improvement:

1. Fork the repository.
2. Create a new branch for your feature or fix.
3. Submit a pull request.

Please ensure your contributions align with our contribution guidelines.
See the [Contributing Guide](CONTRIBUTING) for more information on how to contribute to this project.

### License
This project is licensed under the MIT License. Feel free to use it in your projects.
1 change: 1 addition & 0 deletions packages/std-polyfills/CONTRIBUTING
7 changes: 1 addition & 6 deletions packages/std-polyfills/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,8 @@ local DateTime = Std.datetime.now()
```

### Contributing
We welcome contributions! If you find an issue or have ideas for improvement:

1. Fork the repository.
2. Create a new branch for your feature or fix.
3. Submit a pull request.

Please ensure your contributions align with our contribution guidelines.
See the [Contributing Guide](CONTRIBUTING) for more information on how to contribute to this project.

### License
This project is licensed under the MIT License. Feel free to use it in your projects.
1 change: 1 addition & 0 deletions packages/stream/CONTRIBUTING
7 changes: 1 addition & 6 deletions packages/stream/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,8 @@ print(object:advance(5))
```

### Contributing
We welcome contributions! If you find an issue or have ideas for improvement:

1. Fork the repository.
2. Create a new branch for your feature or fix.
3. Submit a pull request.

Please ensure your contributions align with our contribution guidelines.
See the [Contributing Guide](CONTRIBUTING) for more information on how to contribute to this project.

### License
This project is licensed under the MIT License. Feel free to use it in your projects.
1 change: 1 addition & 0 deletions packages/utilities/CONTRIBUTING
7 changes: 1 addition & 6 deletions packages/utilities/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,8 @@ Util.validateKebabCase("hello-world")
```

### Contributing
We welcome contributions! If you find an issue or have ideas for improvement:

1. Fork the repository.
2. Create a new branch for your feature or fix.
3. Submit a pull request.

Please ensure your contributions align with our contribution guidelines.
See the [Contributing Guide](CONTRIBUTING) for more information on how to contribute to this project.

### License
This project is licensed under the MIT License. Feel free to use it in your projects.
1 change: 1 addition & 0 deletions packages/voice/CONTRIBUTING

0 comments on commit 48e9fee

Please sign in to comment.