mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-22 00:58:23 +00:00
* feat: update issue templates * remove old issue template, add new pull request template
31 lines
847 B
Markdown
31 lines
847 B
Markdown
### Problem / Description
|
|
<!--
|
|
What problem does this PR address?
|
|
Clearly describe the issue or feature the PR aims to solve.
|
|
-->
|
|
|
|
### Solution
|
|
<!--
|
|
Describe how the problem is solved in this PR.
|
|
- Provide an overview of the changes made.
|
|
- Highlight any significant design decisions or architectural changes.
|
|
-->
|
|
|
|
### Notes
|
|
<!--
|
|
Additional context, considerations, or information relevant to this PR.
|
|
- Are there known limitations or trade-offs in the solution?
|
|
- Include links to related discussions, documents, or references.
|
|
-->
|
|
- Resolves
|
|
- Related to
|
|
|
|
---
|
|
|
|
#### Checklist
|
|
- [ ] Code changes are **covered by unit tests**.
|
|
- [ ] Code changes are **covered by e2e tests**, if applicable.
|
|
- [ ] **Dogfooding has been performed**, if feasible.
|
|
- [ ] A **test version has been published**, if required.
|
|
- [ ] All **CI checks** pass successfully.
|