Contact
Bugs and Feature Requests
Paket dependency manager
Did you find a bug or are you missing a feature? Please check the FAQ and feed the issue tracker.
Bugs for nuget.exe or the website NuGet.org?
If you're having trouble with the NuGet.org Website, specific NuGet packages or NuGet clients other than Paket then please take a look at NuGet's contact site to find the corresponding issue tracker.
Quick contributing guide
- Go to https://github.com/fsprojects/Paket
- Fork and clone locally.
- Build the solution with Visual Studio,
build.cmd
orbuild.sh
. - Create a topic specific branch in git. Add a nice feature in the code or fix a bug. Do not forget to add tests and/or docs.
- Run
build.cmd
(build.sh
on Mono) to make sure all tests are still passing. - Send a Pull Request.
If you want to contribute to the docs then please modify the markdown files in /docs/content
and send a pull request.
Note, that short description and syntax for each command is generated automatically from the Paket.Commands
module.
Announcements
Announcements and related miscellanea are usually done through Twitter (@PaketManager).