Skip to content

Commit 54e6e1a

Browse files
committed
Update best practices
1 parent bc2ae9c commit 54e6e1a

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

BEST_PRACTICES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,18 @@ Use this quick checklist before requesting review:
197197
- RestSharp.Serializers.CsvHelper
198198
- License: Apache-2.0
199199

200+
## 17) Working with Issues
201+
202+
- Use issues for bugs and feature requests only. For questions and support, use:
203+
- StackOverflow with tag `restsharp`
204+
- When creating an issue:
205+
- Provide clear, concise description and reproduction steps.
206+
- Include relevant code snippets or links to repro projects.
207+
- Use appropriate labels and templates.
208+
- When addressing an issue:
209+
- Avoid changing the default behavior unless absolutely necessary.
210+
- Avoid breaking the existing API.
211+
- Leave the existing tests to catch possible regressions.
212+
- Add new tests for the fixed cases.
213+
200214
Keep this document up-to-date when build properties, TFMs, CI workflows, or repository conventions change.

0 commit comments

Comments
 (0)