feat(build): #1108 document contributing#1111
Conversation
|
@dsalaza4 I don't understand why I'm getting an error when building log: |
Good catch! It looks like our makes/test/lint-markdown/config.rb Line 12 in 97ccd84 |
Thank you, I'm gonna try updating it! |
7bfb29f to
25afdbb
Compare
### Other PR rules
A PR must:
- Only be one commit ahead of master
- Have a title and body equal to its commit message |
8c9eb04 to
20d00b2
Compare
195e28a to
68194ce
Compare
68194ce to
01f08bb
Compare
01f08bb to
b3357b9
Compare
|
@rohaquinlop We're almost there! 🚀 |
|
Move current |
|
Remove Guidelines section |
The whole items? |
b3357b9 to
a957d4f
Compare
a957d4f to
0401302
Compare
### Testing new features
- All new [builtins](https://makes.fluidattacks.com/api/builtins/)
must be tested.
- You can add tests to either `/makes.nix` or `/makes/your-builtin/main.nix` depending on the nature of the builtin.
- Make sure to add such tests to the [GitHub Actions pipelines as well](https://github.com/fluidattacks/makes/tree/main/.github/workflows). |
Yes, the entire section |
0401302 to
11b6833
Compare
|
Order:
|
|
Rename |
11b6833 to
5944d9d
Compare
|
Rename |
5944d9d to
cb86254
Compare
|
Move everything under a guidelines section: ## Code contributions
We accept anything that benefits the community,
thanks for sharing your work with the world.
We can discuss implementation details [here][makes_issues].
### Guidelines
1. Write your idea: [here][makes_issues]
1. Fork [Makes on GitHub][makes]
1. [Git][git]-clone your fork
1. Hack as much as you like!
1. [Git][git]-commit your changes.
1. [Git][git]-push changes to your fork
1. Create a **Pull Request** from your fork to [Makes][makes]
#### Testing your local changes
(...)
#### Adding documentation
(...)
#### Examples
(...)
### The legal side of contributions
(...) |
cb86254 to
74dae15
Compare
74dae15 to
f89c134
Compare
Add new sections to the contributing.md file to help newcomers. - Running your local changes - Adding yourself to the mailmap - Validating commit message - DCO - Adding and rendering documentation Update lintMarkdown config. Signed-off-by: Robin Quintero <rohaquinlop301@gmail.com>
f89c134 to
ba3b676
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
|
LGTM! Merging! Thank you so much for this contribution! |
- Test Signed-off-by: Robin Quintero <rohaquinlop301@gmail.com>
- Test Signed-off-by: Robin Quintero <rohaquinlop301@gmail.com>








Add new sections to the contributing.md file to help newcomers.