-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
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
vscode-extensions.streetsidesoftware.code-spell-checker-german: init at 2.3.2 #386739
vscode-extensions.streetsidesoftware.code-spell-checker-german: init at 2.3.2 #386739
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
Welcome to the Nix community!
I quickly reviewed your PR and here's my feedback:
- The PR title need work
- I will suggest to create a new file with your extension
- Your PR must only contains 2 commits, no matter which changes you do, make sure to always rebase correctly.
Here's a very recent and similar PR to get some inspiration: #385058
Let me know if you need some help.
bc82155
to
21ca737
Compare
010f403
to
75411cb
Compare
Hi @drupol , thanks for the suggestions. I had some problems with the rebase, since I was using the hash from the CONTRIBURING.md. I also rebased now to the master. Please have a look again and thank you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's way better! The only missing thing is to make sure to pass your new file to nixfmt-rfc-style.
75411cb
to
1ccf6ca
Compare
Can you please fix the casing in the first commit log message? It should be: "maintainers: add koschi13" |
1ccf6ca
to
27c8a28
Compare
Thank you for your patience and welcome to the Nix community :) Keep PRs coming! |
Hi this is my first PR to this project. I tried to add a vs-code extension next to the already existing ones.
If anything is missing or I need to do anything to get this merged please tell me.
I based on the
nixpkgs-unstable
hash as written in the CONTRIBUTING.md.The way I tested it was by setting my flake to point to my repository instead of
nixpkgs
, I hope that suffices and is correct.Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.