chore(contribution guidelines): add note about filing an issue (#26716)
This commit is contained in:
parent
1b30347ae5
commit
4aa714c75d
|
@ -15,6 +15,8 @@
|
|||
|
||||
## How to Contribute
|
||||
|
||||
We strongly recommend that you open an issue before beginning any code modifications. This is particularly important if the changes involve complex logic or if the existing code isn't immediately clear. By doing so, we can discuss and agree upon the best approach to address a bug or implement a feature, ensuring that our efforts are aligned.
|
||||
|
||||
### Getting Code
|
||||
|
||||
Make sure you're running Node.js 16+ and NPM 8+, to verify and upgrade NPM do:
|
||||
|
|
Loading…
Reference in New Issue