Kqzz / MCsniperGO

MCsniperGO, a fast, efficient, and feature-packed minecraft name sniper.
https://mcsniperpy.com
192 stars 37 forks source link

Suggestions for repo changes #6

Closed overestimate closed 3 years ago

overestimate commented 3 years ago
Changes that should be made:
ollivxv commented 3 years ago

agreed

Kqzz commented 3 years ago

I agree with most of those things.. however, I don’t think a stable branch makes sense. If someone wants the source code for a particular release (all releases are theoretically stable) then they can download that from the tag, where it’s in a zip. If they want the git commit they can look at the logs for the release and go back to that commit in the repo.

I’ll start using a “dev” branch when I’m writing new code, and once it works and is tested, then I’ll merge into main.

i don’t want to move docs out of the README, for now. Eventually I’d like to move the docs to a proper place, not a markdown file. I’m interested in options for that, since I want something that’s free & open source and allows for GitHub contributions.

emilyisoffline commented 3 years ago

i like pizza

overestimate commented 3 years ago

I agree with most of those things.. however, I don’t think a stable branch makes sense. If someone wants the source code for a particular release (all releases are theoretically stable) then they can download that from the tag, where it’s in a zip. If they want the git commit they can look at the logs for the release and go back to that commit in the repo. I’ll start using a “dev” branch when I’m writing new code, and once it works and is tested, then I’ll merge into main.

that works too, as long as you have a rolling and a stable release system it should be good for those points

overestimate commented 3 years ago

marked documentation movement as done because it will not be occuring also working on contrib, issue, and pr markdowns and adding a bug megathread soon

overestimate commented 3 years ago

issue template, pr template, and CONTRIBUTORS.md now pending in #8

ollivxv commented 3 years ago

I agree with most of those things.. however, I don’t think a stable branch makes sense. If someone wants the source code for a particular release (all releases are theoretically stable) then they can download that from the tag, where it’s in a zip. If they want the git commit they can look at the logs for the release and go back to that commit in the repo.

I’ll start using a “dev” branch when I’m writing new code, and once it works and is tested, then I’ll merge into main.

i don’t want to move docs out of the README, for now. Eventually I’d like to move the docs to a proper place, not a markdown file. I’m interested in options for that, since I want something that’s free & open source and allows for GitHub contributions.

HI KQZZ

Kqzz commented 3 years ago

Mark unstable builds (builds from main branch) as pre-release

To be honest I doubt I'll do this. It's just too much work, when realistically I just want a feature out and being used, and if it's buggy, I'll try to fix it quickly or tell people to go back 1 version.

overestimate commented 3 years ago

Mark unstable builds (builds from main branch) as pre-release

To be honest I doubt I'll do this. It's just too much work, when realistically I just want a feature out and being used, and if it's buggy, I'll try to fix it quickly or tell people to go back 1 version.

just do it via github actions?