Nuclear
  • Nuclear Music Player
  • FAQ
  • User manual
    • Sources
    • Keyboard shortcuts
    • Importing playlists
    • How does Nuclear find the streams?
    • Stream verification
    • Telemetry
  • Developer resources
    • Development process
      • Building flatpak
    • Architecture
    • Plugin API
  • Contributing
    • Contribution guidelines
    • Converting to Typescript
    • Committing and resolving merge conflicts
    • Translating
Powered by GitBook
On this page

Was this helpful?

  1. Contributing

Committing and resolving merge conflicts

How to handle committing files to your pull request

When you finish working on something, make sure you're only adding files you modified. Don't use git add -A.

If you create a pull request and there are merge conflicts, only attempt to resolve them yourself if you're sure you know how to do it. If you're unsure, the project maintainers will be happy to help you, you just need to give us write access to your branch by checking a checkbox in your PR.

PreviousConverting to TypescriptNextTranslating

Last updated 3 years ago

Was this helpful?