- 
  Notifications
 You must be signed in to change notification settings 
- Fork 56
Added "HACKTOBERFEST.md" to welcome contributors and promote best practices. #491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,51 @@ | ||
| 🎉 Welcome to Hacktoberfest! | ||
| 
  | ||
|  | ||
| Thank you for visiting Notion SDK for .NET and joining us for Hacktoberfest. We appreciate your interest in open source and your effort to improve this library for developers who rely on it. | ||
|  | ||
| This project is actively maintained and open to thoughtful, well-prepared contributions. Even small improvements in documentation, examples, or test coverage can make a real difference. | ||
|  | ||
| --- | ||
|  | ||
| 💡 How You Can Contribute? | ||
| 
  | ||
|  | ||
| You can take part in many helpful ways: | ||
| Improve or clarify documentation. | ||
| Add small but meaningful examples that help new users. | ||
| Report and fix bugs with clear, reproducible steps. | ||
| Review open pull requests and provide constructive feedback. | ||
| Suggest small enhancements that improve usability or code clarity. | ||
|  | ||
| Before opening a new pull request or issue, please review the existing discussions to avoid duplication. | ||
|  | ||
| --- | ||
|  | ||
| ✅ Recommended Git Practices: | ||
| 
  | ||
|  | ||
| To keep contributions clear and easy to review: | ||
|  | ||
| Use small, focused commits with descriptive messages. | ||
| Follow the existing naming and code style conventions. | ||
| Sync with the latest main branch before creating a pull request. | ||
| Keep your PRs concise and relevant to one improvement at a time. | ||
| Add a short summary explaining the purpose of your change. | ||
| 
 Comment on lines
 
 +11
  to 
 +30
 
  
  | ||
|  | ||
| Example commit format: | ||
| docs: clarify setup instructions in README | ||
|  | ||
| --- | ||
|  | ||
| 🤝 Community Spirit: | ||
| 
  | ||
|  | ||
| Hacktoberfest is about collaboration, learning, and shared progress. | ||
| Be respectful, patient, and kind in all interactions. We value thoughtful contributions over volume, and we’re happy to support you if you’re contributing for the first time. | ||
|  | ||
| --- | ||
|  | ||
| 🌟 Thank You! | ||
| 
  | ||
|  | ||
| Your contribution helps make Notion SDK for .NET more reliable and easier to use for everyone. | ||
| We’re grateful for your time, care, and effort — and we look forward to reviewing your pull request. | ||
|  | ||
| Happy contributing and happy Hacktoberfest! 💚 | ||
| 
 Comment on lines
 
 +11
  to 
 +49
 
  
  | ||
|  | ||
| --- | ||