Skip to content

Commit

Permalink
Auto merge of #24 - troy/minor-fixes, r=TroyKomodo
Browse files Browse the repository at this point in the history
Troy/minor fixes
some minor documentation fixes

Requested-by: TroyKomodo <[email protected]>
  • Loading branch information
scuffle-brawl[bot] authored Dec 31, 2024
2 parents 7c59c5f + 30d21cb commit 8ce1c62
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 60 deletions.
56 changes: 0 additions & 56 deletions CLA.md

This file was deleted.

7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,17 @@ Inspired by [rustc-perf](https://github.com/rust-lang/rustc-perf), [bors](https:
- [ ] Roll up PRs (roll up multiple PRs into a single PR)
- [ ] Performance Benchmarks (upload, compare, dashboard)

For more information, check out the [**docs**](./docs) folder.

## 🤝 Join the Scuffle Community

We ❤️ contributions! Check out our [**CONTRIBUTING.md**](./CONTRIBUTING.md) for detailed guidelines on submitting improvements or bug fixes.

Join our [Discord](https://discord.gg/scuffle) to chat with the team and other contributors.

### Sign the Contributor License Agreement (CLA)
### Contributor License Agreement

To contribute, please sign our [Contributor License Agreement](./CLA.md).
It's quick and easy—[sign here](https://cla.scuffle.cloud) before submitting a pull request.
This project does not require a Contributor License Agreement (CLA), all rights are maintained by the Contributor.

### Code of Conduct

Expand Down
17 changes: 17 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Brawl Docs

## [Setup](./setup.md)

Step by step instructions on how to get the bot setup & running.

## [Commands](./commands.md)

A list of commands that the bot currently supports.

## [Configuration](./configuration.md)

A configuration guide for the server aspect of the bot.

## [Repository Configuration](./repository-configuration.md)

A configuration guide for an individual repository where the bot is installed.
3 changes: 2 additions & 1 deletion server/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ pub mod auto_start;
pub mod command;
pub mod database;
pub mod github;
mod utils;
pub mod webhook;

mod utils;

0 comments on commit 8ce1c62

Please sign in to comment.