533dfc42a8
* add issues document * add documentation coding style to doc * copyediting * replace `nodejs/node` with `electron/electron` * fix commasplice * fix two most important... s/is/are/ * omit unnecessary words * add pull requests doc * copyediting * add general code style to styleguide * updates to CONTRIBUTING.md * copyediting * mark shell blocks as ```sh * mitigate phrase duplication e.g. 'best practice' * lots of opinionated changes to omit unnecessary words * fix numbering & re-apply changes that I overwrote
3.5 KiB
3.5 KiB
Contributing to Electron
👍🎉 First off, thanks for taking the time to contribute! 🎉👍
This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to electron@github.com.
The following is a set of guidelines for contributing to Electron. These are just guidelines, not rules, use your best judgment and feel free to propose changes to this document in a pull request.
Issues
Issues are created here.
- How to Contribute in Issues
- Asking for General Help
- Submitting a Bug Report
- Triaging a Bug Report
- Resolving a Bug Report
Issue Maintenance and Closure
- If an issue is inactive for 45 days (no activity of any kind), it will be
marked for closure with
stale
. - If after this label is applied, no further activity occurs in the next 7 days,
the issue will be closed.
- If an issue has been closed and you still feel it's relevant, feel free to ping a maintainer or add a comment!
Pull Requests
Pull Requests are the way concrete changes are made to the code, documentation,
dependencies, and tools contained in the electron/electron
repository.
Style Guides
See Coding Style for information about which standards Electron adheres to in different parts of its codebase.