-
Notifications
You must be signed in to change notification settings - Fork 0
feat(install-extended): add bun package manager support #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| # Contributing to markdown-magic-install-extended | ||
|
|
||
| Thank you for considering contributing! This project thrives on community input. | ||
| Whether you’re fixing a typo, reporting a bug, or proposing a new feature, your help is appreciated. | ||
|
|
||
| ## How to Contribute | ||
|
|
||
| 1. **Fork the repository** and create your branch from `main`. | ||
| 2. **Install dependencies** with `npm install`. | ||
| 3. **Run quality checks** with `npm test` or other scripts listed in the README. | ||
| 4. **Make your changes** with clear, modular commits. | ||
| 5. **Update documentation** if your change affects usage or options. | ||
| 6. **Open a pull request** with a clear description of your changes. | ||
|
|
||
| ## Reporting Issues | ||
|
|
||
| - Use the GitHub Issues tab. | ||
| - Include steps to reproduce, expected behavior, and actual behavior. | ||
| - Screenshots or code snippets are welcome. | ||
|
|
||
| ## Commit Messages | ||
|
|
||
| - Use clear, descriptive commit messages. | ||
| - Follow conventional style if possible (e.g., `fix:`, `feat:`, `docs:`). | ||
|
|
||
| ## Code Style | ||
|
|
||
| - Follow the linting and formatting rules enforced by the repository scripts. | ||
| - Run `npm run lint` and `npm run format` before submitting. | ||
|
|
||
| ## Community | ||
|
|
||
| - Be respectful and constructive. | ||
| - Review the [Rules of Conduct](RULES_OF_CONDUCT.md) before participating. | ||
|
|
||
| We look forward to your contributions! |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| # Rules of Conduct | ||
|
|
||
| This project is dedicated to providing a welcoming and inclusive environment for everyone. | ||
|
|
||
| ## Our Standards | ||
|
|
||
| - **Be respectful:** Value differing viewpoints and experiences. | ||
| - **Be constructive:** Offer helpful feedback and avoid personal attacks. | ||
| - **Be inclusive:** Use inclusive language and encourage participation from all. | ||
| - **Be professional:** Keep discussions focused on the project. | ||
|
|
||
| ## Unacceptable Behavior | ||
|
|
||
| - Harassment, discrimination, or derogatory comments. | ||
| - Trolling, insulting, or disruptive behavior. | ||
| - Sharing private information without consent. | ||
|
|
||
| ## Enforcement | ||
|
|
||
| - Maintainers may remove, edit, or reject contributions that violate these rules. | ||
| - Repeated or severe violations may result in being banned from participation. | ||
|
|
||
| ## Scope | ||
|
|
||
| These rules apply within all project spaces, including issues, pull requests, discussions, and any other community interactions. | ||
|
|
||
| --- | ||
|
|
||
| By contributing to this project, you agree to abide by these Rules of Conduct. |
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
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.
Uh oh!
There was an error while loading. Please reload this page.