Skip to content

fix: docs: add README - #32

Open
VedantMadane wants to merge 1 commit into
pistonpro0001:masterfrom
VedantMadane:fix/issue-31
Open

fix: docs: add README#32
VedantMadane wants to merge 1 commit into
pistonpro0001:masterfrom
VedantMadane:fix/issue-31

Conversation

@VedantMadane

Copy link
Copy Markdown

Summary

docs: add README

Changes

  • README.md

Fixes #31

- README.md

Fixes pistonpro0001#31

Signed-off-by: Vedant Madane <6527493+VedantMadane@users.noreply.github.com>

@roli2py roli2py left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

It's so abstract and there are no details which could help to the newcomers. For now, it's so empty.

The project is so small, so try to analyze the project and add details about, for example, which environment variables the user must to provide or which permissions for the bot the user must permit in the Discord Developer Portal. There's already necessary info in the other issues and PRs.

Comment thread README.md
@@ -0,0 +1,23 @@
# pistonpro0001__devbot__31

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

  1. Why is there an italic formatting?
  2. There's no sense to add the author and issue number.

I think it'll better to leave the title and capitalize it:

Suggested change
# pistonpro0001__devbot__31
# Devbot

Comment thread README.md

## Overview

Orientation guide for newcomers to `pistonpro0001__devbot__31`.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

It's obvious that README guides the newcomers, so no need for this.

Comment thread README.md
Comment on lines +7 to +9
## Layout

- (see repository root)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

There's no sense to write it.

Comment thread README.md

## Quick start

1. Clone this repository.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

"the" will be sound better than "this":

Suggested change
1. Clone this repository.
1. Clone the repository.

Comment thread README.md
## Quick start

1. Clone this repository.
2. Install prerequisites from project files.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

  1. The project uses "uv" and, therefore, it's important to use it, because it's easier to understand the problem and fix it if there's one. Other tools can introduce other problems which can complicate the problem.
  2. "requirements" is already used word for the files which contain prerequisites, so "requirements" will be sound better than "prerequisites".

So it's better saying to use "uv":

Suggested change
2. Install prerequisites from project files.
2. Install the requirements by "uv".

Comment thread README.md

1. Clone this repository.
2. Install prerequisites from project files.
3. Build and run the project's standard tests.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

  1. There are no tests, for now.
  2. No need to build it.
  3. It'll be good to show how to run it:
Suggested change
3. Build and run the project's standard tests.
3. Run the project:
\`\`\`bash
python -m devbot
\`\`\`

Comment thread README.md

## Contributing

Open focused pull requests with a short test plan. See [CONTRIBUTING.md](CONTRIBUTING.md) when present.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

  1. It's present.
  2. No need for the first clause.
Suggested change
Open focused pull requests with a short test plan. See [CONTRIBUTING.md](CONTRIBUTING.md) when present.
See [`CONTRIBUTING.md`](CONTRIBUTING.md).

Comment thread README.md

## License

See the license file when present.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

  1. It's present
  2. We can make the link to the file as in the "Contributing" chapter.
Suggested change
See the license file when present.
See [`LICENSE`](LICENSE).

@pistonpro0001
pistonpro0001 requested review from pistonpro0001 and removed request for pistonpro0001 August 24, 2026 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add README.md

2 participants