[MNT] Update documentation to reference main branch instead of develop#1634
Merged
fkiraly merged 2 commits intoopenml:mainfrom Feb 16, 2026
Merged
[MNT] Update documentation to reference main branch instead of develop#1634fkiraly merged 2 commits intoopenml:mainfrom
main branch instead of develop#1634fkiraly merged 2 commits intoopenml:mainfrom
Conversation
Contributor
Author
|
Hi @PGijsbers @satvshr, I have addressed the issue by updating the PR template, CONTRIBUTING.md, and README to reference |
main branch instead of develop
Collaborator
|
quick-merging due to openml hackathon this week, to avoid contributor confusion. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1634 +/- ##
==========================================
- Coverage 53.08% 52.78% -0.30%
==========================================
Files 36 36
Lines 4357 4357
==========================================
- Hits 2313 2300 -13
- Misses 2044 2057 +13 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Metadata
maininstead ofdevelop#1549PULL_REQUEST_TEMPLATE.md,CONTRIBUTING.md, andREADME.mdto reference themainbranch instead ofdevelop.Details
What does this PR implement/fix? Explain your changes.
This PR updates the contribution documentation and the PR template to correctly reference the
mainbranch as the default/target branch. The previous documentation incorrectly instructed contributors to use thedevelopbranch, which does not exist in this repository.Why is this change necessary? What is the problem it solves?
The instructions were outdated for new contributors, as they referred to a non-existent
developbranch. This corrects the workflow to align with the repository's actual structure (usingmain).How can I reproduce the issue this PR is solving and its solution?
Navigate to the previous version of
CONTRIBUTING.mdorPULL_REQUEST_TEMPLATE.mdand observe the references todevelop. Check the repository branches to confirmdevelopdoes not exist.Any other comments?
I have also verified the changes by running
pre-commitlocally to ensure no formatting issues were introduced.