Open source projects like ember-container-query
live on your words of encouragement and contribution. Please give feedback, report issues, or submit pull requests!
Here are some guidelines to help you and everyone else.
You can get started in 2 steps:
- Run
pnpm install
to install project dependencies. This will build the addonember-container-query
. - Run
pnpm start
to startdocs-app
(http://localhost:4200) andtest-app
(http://localhost:4300/tests).
Lint files
-
When you write code, please check that it meets the linting rules.
# From the workspace root pnpm lint
-
You can run
lint:fix
to automatically fix linting errors.# From the workspace root pnpm lint:fix
Run tests
-
When you write code, please check that all tests continue to pass.
# From the workspace root pnpm test
Publish packages (for admins)
-
Generate a personal access token in GitHub, with default values for scopes (none selected).
-
Run the
release:changelog
script. This removes changesets, updates the package versions, and updates theCHANGELOG
's.# From the workspace root GITHUB_TOKEN=<YOUR_PERSONAL_ACCESS_TOKEN> pnpm release:changelog
The
release:changelog
script also updated the workspace root's version (by following the highest version formula). We will use it to name the tag that will be published.# Highest version formula workspace root version = max( max(all package versions), workspace root version + 0.0.1, );
-
Create a tag and provide release notes. The tag name should match the package version.
-
Publish the package.
# From the workspace root pnpm release:publish
If you haven't before, I encourage you to watch Sean Massa's mini-talk on what it means to be a contributor. To sum up the talk, you can be a contributor in many ways. I want you to discover a path that meets your goals well!
Here are some suggestions to help you start:
Give feedback 💞
-
An open source project's value comes from people using the code and extending it to make greater things. Let me know how you use container queries in your Ember app or addon!
-
You can create an issue to:
- Share how you used
ember-container-query
- Share what you liked or didn't like about
ember-container-query
- Share how you used
Help with marketing 📢
-
Platforms include:
- Blog post
- GitHub star
- Meetup or conference talk
- Social media
- Word of mouth
Join this project 👩💻👨💻
-
Help me maintain the project! I have limited time and there is much that I don't know.
- Cut releases
- Research new ways to implement container queries
- Respond to issues
- Review pull requests
Make issues 📝
-
In addition to sharing feedback (described in
Give feedback
), you can create an issue to:- Ask for better documentation
- Ask for new feature or refactor
- Report bug
- Report outdated dependency
-
When reporting a bug, please provide details to help me understand what's going on. If possible, please use the latest version of
ember-container-query
and set up a public demo that I (and others) can check the code.
💡 Have ideas for contribution? Reach out to @ijlee2
on Discord!