docs: update contributing.md, fix spelling mistakes, upgrade to Python 3.14#777
Merged
Conversation
dormieriancitizen
requested changes
Jun 8, 2026
dormieriancitizen
left a comment
Member
There was a problem hiding this comment.
Generally good changes, just a couple concerns about .env files
|
|
||
| Before running any command, you must be in the poetry virtualenv, with the following | ||
| environment variables exported: | ||
| Before running any command, make sure your `.env` file is configured with the following |
Member
There was a problem hiding this comment.
This isn't how .env files work; they need something to load them
Contributor
Author
There was a problem hiding this comment.
o ya i forgot to add that i aint that much experienced using env.. i generally dont make any of my projects opensource or give it to anyone
dormieriancitizen
requested changes
Jun 8, 2026
dormieriancitizen
left a comment
Member
There was a problem hiding this comment.
Again mostly good, just want to remove the .env stuff since nothing is going to load it (uv can do it but it doesn't do it automatically)
Co-authored-by: dormieriancitizen <111535275+dormieriancitizen@users.noreply.github.com>
Co-authored-by: dormieriancitizen <111535275+dormieriancitizen@users.noreply.github.com>
Co-authored-by: dormieriancitizen <111535275+dormieriancitizen@users.noreply.github.com>
Co-authored-by: dormieriancitizen <111535275+dormieriancitizen@users.noreply.github.com>
Co-authored-by: dormieriancitizen <111535275+dormieriancitizen@users.noreply.github.com>
Contributor
Author
|
@dormieriancitizen i aint that good in github as i just started doing PR yesterday, i clicked on apply suggestion. and i think it fixed the stuff which u gave? |
dormieriancitizen
approved these changes
Jun 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…n 3.14
Description of the changes
Fixed spelling mistake of Occur, i upgraded to 3.14, i improved the contributing.md
i haven't tested this locally as this is just textual changes.