Skip to content

Commit 4e0fea7

Browse files
committed
⭐ Updated contribution policy and docs
1 parent 1066bc7 commit 4e0fea7

File tree

8 files changed

+55
-56
lines changed

8 files changed

+55
-56
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,37 +6,36 @@ labels: 'bug'
66
assignees: ''
77
---
88

9-
## Bug Description
9+
## 🐛 Bug Description
1010
<!-- A clear and concise description of what the bug is -->
1111

12-
## Steps To Reproduce
12+
## 📝 Steps To Reproduce
1313
1.
1414
2.
1515
3.
1616

17-
## Expected Behavior
17+
## Expected Behavior
1818
<!-- What you expected to happen -->
1919

20-
## Actual Behavior
20+
## Actual Behavior
2121
<!-- What actually happened -->
2222

23-
## Environment
23+
## 🔧 Environment
2424
- NETCore.Keycloak Version:
2525
- .NET Version:
2626
- Keycloak Server Version:
2727
- Operating System:
2828

29-
## Additional Context
29+
## 📚 Additional Context
3030
<!-- Add any other context about the problem here -->
3131

32-
## Possible Solution
32+
## 💡 Possible Solution
3333
<!-- If you have suggestions on how to fix the bug -->
3434

35-
## Screenshots
35+
## 📸 Screenshots
3636
<!-- If applicable, add screenshots to help explain your problem -->
3737

38-
## Logs
38+
## 📊 Logs
3939
<!-- If applicable, add relevant log outputs -->
4040
```
4141
[Paste logs here]
42-
```

.github/ISSUE_TEMPLATE/docs_improvement.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ labels: 'documentation'
66
assignees: ''
77
---
88

9-
## Documentation Area
9+
## 📚 Documentation Area
1010
<!-- Specify which documentation needs improvement (API docs, README, Wiki, etc.) -->
1111

12-
## Current Documentation
12+
## 📝 Current Documentation
1313
<!-- Describe what's currently in the documentation -->
1414

15-
## Proposed Changes
15+
## Proposed Changes
1616
<!-- Describe what should be changed or added -->
1717

18-
## Reason for Change
18+
## 🎯 Reason for Change
1919
<!-- Why is this change needed? -->
2020

21-
## Additional Context
21+
## 📋 Additional Context
2222
<!-- Add any other context about the documentation improvement -->
2323

24-
## Checklist
24+
## Checklist
2525
- [ ] Checked for existing documentation
2626
- [ ] Provided clear examples (if applicable)
2727
- [ ] Checked for technical accuracy

.github/ISSUE_TEMPLATE/refactor_proposal.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@ labels: 'refactor'
66
assignees: ''
77
---
88

9-
## Refactor Scope
9+
## 🔄 Refactor Scope
1010
<!-- Describe which part of the codebase needs refactoring -->
1111

12-
## Current Implementation
12+
## 📝 Current Implementation
1313
<!-- Describe the current implementation and its issues -->
1414

15-
## Proposed Changes
15+
## Proposed Changes
1616
<!-- Describe your proposed refactoring changes -->
1717

18-
## Benefits
18+
## 🎯 Benefits
1919
<!-- List the benefits of this refactoring -->
2020

21-
## Potential Risks
21+
## ⚠️ Potential Risks
2222
<!-- Describe any potential risks or challenges -->
2323

24-
## Implementation Plan
24+
## 📋 Implementation Plan
2525
- [ ] Unit tests for new implementation
2626
- [ ] Refactor implementation
2727
- [ ] Update documentation
2828
- [ ] Performance testing (if applicable)
2929
- [ ] Migration guide (if breaking changes)
3030

31-
## Additional Context
31+
## 📚 Additional Context
3232
<!-- Add any other context about the refactoring proposal -->

.github/PULL_REQUEST_TEMPLATE/bugfix.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,30 @@ title: '[BUGFIX] '
55
labels: 'bug'
66
---
77

8-
## Bug Description
8+
## 🐛 Bug Description
99
<!-- Link to the bug report issue and briefly describe the bug -->
1010

11-
## Fix Description
11+
## 🔧 Fix Description
1212
<!-- Describe your fix and how it addresses the issue -->
1313

14-
## Root Cause
14+
## 🔍 Root Cause
1515
<!-- Explain what caused the bug -->
1616

17-
## Testing
17+
## 🧪 Testing
1818
<!-- Describe how you tested the fix -->
1919

20-
## Regression Tests
20+
## Regression Tests
2121
<!-- Describe the tests you've added to prevent regression -->
2222

23-
## Checklist
23+
## 📋 Checklist
2424
- [ ] I have followed the code style guidelines
2525
- [ ] I have added regression tests
2626
- [ ] I have updated documentation if needed
2727
- [ ] I have added/updated XML documentation comments if needed
2828
- [ ] I have verified the fix in my local environment
2929

30-
## Additional Context
30+
## 📚 Additional Context
3131
<!-- Add any other context about the fix here -->
3232

33-
## Screenshots
33+
## 📸 Screenshots
3434
<!-- If applicable, add screenshots to show the fix -->

.github/PULL_REQUEST_TEMPLATE/docs.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ title: '[DOCS] '
55
labels: 'documentation'
66
---
77

8-
## Documentation Changes
8+
## 📚 Documentation Changes
99
<!-- Describe the documentation changes made -->
1010

11-
## Related Issue
11+
## 🔗 Related Issue
1212
<!-- Link to related documentation issue if applicable -->
1313

14-
## Type of Change
14+
## 📋 Type of Change
1515
<!-- What type of documentation change is this? -->
1616
- [ ] New documentation
1717
- [ ] Documentation update
@@ -20,15 +20,15 @@ labels: 'documentation'
2020
- [ ] Add examples
2121
- [ ] Other (please describe)
2222

23-
## Checklist
23+
## Checklist
2424
- [ ] I have checked for technical accuracy
2525
- [ ] I have tested all code examples (if any)
2626
- [ ] I have checked for proper formatting
2727
- [ ] I have verified all links work
2828
- [ ] I have run spellcheck
2929

30-
## Preview
30+
## 🖼️ Preview
3131
<!-- If applicable, add screenshots or links to preview the changes -->
3232

33-
## Additional Notes
33+
## 📝 Additional Notes
3434
<!-- Any additional information that reviewers should know -->

.github/PULL_REQUEST_TEMPLATE/feature.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,34 +5,34 @@ title: '[FEATURE] '
55
labels: 'enhancement'
66
---
77

8-
## Feature Description
8+
## Feature Description
99
<!-- Describe the feature you've implemented -->
1010

11-
## Related Issue
11+
## 🔗 Related Issue
1212
<!-- Link to the feature request issue -->
1313

14-
## Implementation Details
14+
## 🛠️ Implementation Details
1515
<!-- Provide details about your implementation -->
1616

17-
## Testing
17+
## 🧪 Testing
1818
<!-- Describe the tests you've added -->
1919

20-
## Documentation
20+
## 📚 Documentation
2121
<!-- List documentation changes made -->
2222

23-
## Breaking Changes
23+
## ⚠️ Breaking Changes
2424
<!-- List any breaking changes and migration steps -->
2525

26-
## Checklist
26+
## Checklist
2727
- [ ] I have followed the code style guidelines
2828
- [ ] I have added unit tests
2929
- [ ] I have updated documentation
3030
- [ ] I have added XML documentation comments
3131
- [ ] I have tested the feature thoroughly
3232
- [ ] I have added example code (if applicable)
3333

34-
## Screenshots
34+
## 📸 Screenshots
3535
<!-- If applicable, add screenshots to showcase the feature -->
3636

37-
## Additional Notes
37+
## 📝 Additional Notes
3838
<!-- Any additional information that reviewers should know -->

.github/PULL_REQUEST_TEMPLATE/hotfix.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,33 @@ title: '[HOTFIX] '
55
labels: 'hotfix'
66
---
77

8-
## Emergency Description
8+
## 🚨 Emergency Description
99
<!-- Describe the critical issue being fixed -->
1010

11-
## Impact
11+
## 💥 Impact
1212
<!-- Describe the impact of the issue on users -->
1313

14-
## Fix Description
14+
## 🔧 Fix Description
1515
<!-- Describe your emergency fix -->
1616

17-
## Risk Assessment
17+
## ⚠️ Risk Assessment
1818
<!-- Assess the risk of this hotfix -->
1919

20-
## Testing
20+
## 🧪 Testing
2121
<!-- Describe how you tested the fix -->
2222

23-
## Verification Steps
23+
## Verification Steps
2424
<!-- Steps for reviewers to verify the fix -->
2525

26-
## Checklist
26+
## 📋 Checklist
2727
- [ ] I have followed the code style guidelines
2828
- [ ] I have added tests
2929
- [ ] I have updated documentation if needed
3030
- [ ] I have tested in production-like environment
3131
- [ ] I have considered potential side effects
3232

33-
## Rollback Plan
33+
## 🔄 Rollback Plan
3434
<!-- Describe how to rollback this change if needed -->
3535

36-
## Additional Context
36+
## 📚 Additional Context
3737
<!-- Add any other context about the hotfix here -->

NETCore.Keycloak.Client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ var token = await keycloakClient.Auth.GetClientCredentialsTokenAsync(
8787
var users = await keycloakClient.Users.GetAsync(
8888
"your-realm",
8989
token.AccessToken,
90-
new KcUserFilter { MaxResults = 10 });
90+
new KcUserFilter { Max = 10 });
9191
```
9292
## 📄 License
9393

0 commit comments

Comments
 (0)