You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect that the main party motivated to actually fix this issue will be the maintainers of this repo, so I intend this issue as mostly a reminder that the maintainers should do so.
There are various guidelines such as:
If a commit affects one exercise, prefix the commit message with that exercise's name. Do something similar if the commit affects one clear area of the repository.
If the PR follows a problem-specifications change, link to the relevant PRs from problem-specifications.
If amending commits while PR is in review, it's helpful to include a verbal explanation of what changed. No preference between amending versus just adding new commits.
Each commit should make a single logical change. Maintainers do have the ability to squash every commit in a PR into one commit when merging, and we use that ability when it is appropriate. If the PR should instead be multiple commits, maintainers might choose to manually arrange the changes into the appropriate commits or ask the submitter to do so. Submitters should feel free to speak up about any preferences or suggestions as to whether the final product should be one commit or multiple.
Should add those in some appropriate location.
The text was updated successfully, but these errors were encountered:
config.json "The sequence order is also the default order in which the exercises are fetched." - this is false w/ the tree structure. Core exercises need to be ordered specifically, the rest we'll order by difficulty just so that we have some semblance of order. We'll put all core exercises before all non-core exercises in the JSON file so they're easily visible.
I expect that the main party motivated to actually fix this issue will be the maintainers of this repo, so I intend this issue as mostly a reminder that the maintainers should do so.
There are various guidelines such as:
Should add those in some appropriate location.
The text was updated successfully, but these errors were encountered: