-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
43 additions
and
23 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1,21 +1,37 @@ | ||
# π«±π»βπ«²π» Contributing to Luxa | ||
|
||
Thanks for your interest in contributing to Luxa CSS! Please take a moment to review this document before submitting a [bug report](https://github.com/luxonauta/luxacss/issues) or a [pull request](https://github.com/luxonauta/luxacss/pulls). | ||
Thank you for your interest in contributing to Luxa CSS! Please review these guidelines before submitting a [bug report](https://github.com/luxonauta/luxacss/issues) or a [pull request](https://github.com/luxonauta/luxacss/pulls). | ||
|
||
## π¦ Bug reports | ||
|
||
The [issue tracker](https://github.com/luxonauta/luxacss/issues) is the preferred channel for bug reports, but please respect the following restrictions: | ||
Use the [issue tracker](https://github.com/luxonauta/luxacss/issues) for bug reports, with the following considerations: | ||
|
||
- Please do not use the issue tracker for personal support requests. [Open a question in our discussion forums](https://github.com/luxonauta/luxacss/discussions/new?category=help) instead. | ||
- Please do not use the issue tracker for feature requests. [Suggest any ideas you have using our discussion forums](https://github.com/luxonauta/luxacss/discussions/new?category=ideas) instead. | ||
- β Bug reports and non-critical issues; | ||
- β Personal support requests (use [discussion forums](https://github.com/luxonauta/luxacss/discussions/new?category=help) instead); | ||
- β Feature requests (use [discussion forums](https://github.com/luxonauta/luxacss/discussions/new?category=ideas) instead). | ||
|
||
## βοΈ Pull requests | ||
|
||
Good pull requests, patches, improvements, and new features are a fantastic help. | ||
We welcome pull requests for improvements and new features. Please follow these guidelines: | ||
|
||
**Please ask first before starting work on any significant new features.** | ||
We recommend that you first [suggest your feature idea in our discussion forums](https://github.com/luxonauta/luxacss/discussions/new?category=ideas). | ||
1. **Ask first**: before starting work on significant new features, [suggest your feature idea in our discussion forums](https://github.com/luxonauta/luxacss/discussions/new?category=ideas); | ||
2. **Target branch**: submit pull requests to the [`dev`](https://github.com/luxonauta/luxacss/tree/dev) branch; | ||
3. **Source files**: | ||
|
||
[`dev`](https://github.com/luxonauta/luxacss/tree/dev) branch is open to pull requests. | ||
- β Edit files in [`/sass`](https://github.com/luxonauta/luxacss/tree/master/sass); | ||
- β Do not edit [`/dist`](https://github.com/luxonauta/luxacss/tree/master/dist) files directly. | ||
|
||
**Do not edit [`/dist`](https://github.com/luxonauta/luxacss/tree/master/dist) files directly.** Edit the source files in [`/sass`](https://github.com/luxonauta/luxacss/tree/master/sass), then recompile the [`/dist`](https://github.com/luxonauta/luxacss/tree/master/dist) files with `npm build`. | ||
4. **Compilation**: After editing source files, recompile the [`/dist`](https://github.com/luxonauta/luxacss/tree/master/dist) files with: | ||
|
||
```bash | ||
npm run build | ||
``` | ||
|
||
### π Getting Help | ||
|
||
For usage questions or other support: | ||
|
||
1. Check the [documentation](https://luxacss.com); | ||
2. [Open a new discussion](https://github.com/luxonauta/luxacss/discussions/new?category=help) in the Help category | ||
|
||
Thank you for contributing to Luxa CSS! 𧩠|
This file contains 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