TheOdinProject / javascript-exercises

MIT License
1.28k stars 34.34k forks source link

Add disclaimer about not submitting personal solutions to PULL_REQUEST_TEMPLATE.md for all exercise repos #380

Open Asartea opened 1 year ago

Asartea commented 1 year ago

Complete the following REQUIRED checkboxes:

The following checkbox is OPTIONAL:


1. Description of the Feature Request: There are still regularly people who submit personal solutions to all of the various exercise repos. We do mention that those repos don't accept solutions in the README.md, but that line is unhighlighted, at the bottom, and easily missable. Furthermore due to the fork > clone > solve > upload to personal repo workflow that a learner is likely to use when solving the exercises, they will get a big yellow/orangeish banner above both their own repo and the forked repo with a call out to Contribute now. Adding an additional line somewhere in the PR template (<!-- WARNING: Do not submit personal solutions to this repo. Pull Requests containing personal solutions will be summarily closed and will not be merged --> ?) would provide another layer of catching a learners eyes before they submit a superflous PR

2. Acceptance Criteria:

CouchofTomato commented 1 year ago

Yeah I agree with this. We definitely need to make it more visible.

Asartea commented 1 year ago

What do you think about adding the line and also adding a bit of bolding in the bullet point?

Do not submit your solutions to this repo, as any PRs that do so will be closed without merging.

thatblindgeye commented 9 months ago

Honestly we could probably move that verbiage to the opening paragraph:

These JavaScript exercises are intended to complement the JavaScript content on The Odin Project (TOP). They should only be done when instructed during the course of the curriculum. Please DO NOT submit your solutions to this repo, as any PRs that do so will be closed without merging.

Also wouldn't be opposed to adding a comment in the PR template. @Asartea did you still want to be assigned?

Asartea commented 9 months ago

@Asartea did you still want to be assigned?

yes

thatblindgeye commented 9 months ago

@Asartea you got it. There is a similar issue linked above from our css exercise repo which should be taken into account. If you have any questions feel free to ping!

fabulousgk commented 9 months ago

@Asartea If you want to update the CSS one as well that is fine, or I will do it. Either way we should coordinate our language I think.

fabulousgk commented 8 months ago

I have gone ahead with the css repo: https://github.com/TheOdinProject/css-exercises/pull/493

Asartea commented 8 months ago

Sorry, I have been really busy and then really sick. Will give this a look now

thatblindgeye commented 8 months ago

No worries! Hopefully you're feeling better, but take your time!

thatblindgeye commented 6 months ago

@Asartea just an FYI I merged the PR in the css exercise repo. If we'd want to tweak any verbiage further in this js exercise readme we can do a followup for CSS.

MaoShizhong commented 2 months ago

@Asartea Anything needs doing further with this?

Asartea commented 2 months ago

I have no memory of this place

In all seriousness, I can't recall even opening this issue, so I'll need to read myself in to see what the state of it is; will see when I have time