Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

feature_request.yaml 2.1 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
  1. name: 🚀 Feature Request
  2. description: Suggest a new feature or enhancement for the project
  3. body:
  4. - type: markdown
  5. attributes:
  6. value: >
  7. #### Before submitting a feature request, please make sure it hasn't already been suggested or discussed by searching through [existing issues](https://github.com/your-repository/issues?q=is%3Aissue+sort%3Acreated-desc+).
  8. - type: textarea
  9. attributes:
  10. label: 🚀 Feature Request
  11. description: |
  12. Please provide a clear and concise description of the new feature or enhancement you'd like to suggest for the project.
  13. Explain the problem or need that the feature aims to address. Provide as much detail as possible to help others understand the value and feasibility of the requested feature.
  14. If applicable, you can include code snippets, examples, or any other relevant information to support your feature request.
  15. placeholder: |
  16. Clear and concise description of the new feature.
  17. ``` python
  18. # How you would like to use this feature
  19. ```
  20. validations:
  21. required: true
  22. - type: textarea
  23. attributes:
  24. label: Proposed Solution (Optional)
  25. description: |
  26. If you have any ideas or suggestions for how the requested feature could be implemented, you can provide them here. This can include high-level approaches, specific implementation details, or any other relevant information.
  27. placeholder: |
  28. Clear and concise proposed solution.
  29. ``` python
  30. # How you think this feature could be implemented
  31. ```
  32. validations:
  33. required: false
  34. - type: markdown
  35. attributes:
  36. value: |
  37. Thank you for suggesting a new feature! Your contribution is appreciated, and we will consider your request. We also encourage you and other community members to actively contribute to the project by addressing the features you suggest.
  38. Feel free to open a pull request and help us bring these ideas to life! If you're new to contributing, check out our [contributing guidelines](https://github.com/Deci-AI/super-gradients/blob/master/CONTRIBUTING.md)
  39. for guidance on getting started. 🌟
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...