|
| 1 | + |
| 2 | +--- |
| 3 | + |
| 4 | +# Users must select a template when creating an issue. |
| 5 | +blank_issues_enabled: false |
| 6 | + |
| 7 | +# Customized feedback for when users try to open a blank issue. |
| 8 | +blank_issue_message: "To maintain consistency and clarity, please use one of the provided templates." |
| 9 | + |
| 10 | + |
| 11 | +# Links |
| 12 | +# ============================================================================= |
| 13 | + |
| 14 | +contact_links: |
| 15 | + |
| 16 | + - |
| 17 | + name: Start a discussion |
| 18 | + url: https://github.com/block-foundation/solidity-land-registry/discussions |
| 19 | + about: Start a friendly conversation with the other members of the community about the samples in this repository. |
| 20 | + |
| 21 | + - |
| 22 | + name: Website |
| 23 | + url: https://www.blockfoundation.io |
| 24 | + about: Visit our website for more information. |
| 25 | + |
| 26 | + - |
| 27 | + name: Forum |
| 28 | + url: https://forum.blockfoundation.io |
| 29 | + about: Our community forum is a bustling space filled with rich discussions, tips, and solutions. Engage with peers and maintainers here. |
| 30 | + |
| 31 | + - |
| 32 | + name: Documentation |
| 33 | + url: https://docs.blockfoundation.io |
| 34 | + about: Familiarize yourself with our detailed documentation. It's a treasure trove of guidance, best practices, and updates. |
| 35 | + |
| 36 | + - |
| 37 | + name: Brand |
| 38 | + url: https://github.com/block-foundation/brand |
| 39 | + about: Visit our official brand repository. |
| 40 | + |
| 41 | + # - |
| 42 | + # name: Discord Chat |
| 43 | + # url: https://discord.blockfoundation.io |
| 44 | + # about: Want a more interactive space? Join our Discord for live chats, announcements, and special community events. |
| 45 | + |
| 46 | + # - |
| 47 | + # name: FAQ |
| 48 | + # url: https://faq.blockfoundation.io |
| 49 | + # about: Quick questions often have quick answers. Our FAQ might already have what you're looking for. |
| 50 | + |
| 51 | + # - |
| 52 | + # name: Contribution Guidelines |
| 53 | + # url: https://github.com/yourproject/CONTRIBUTING.md |
| 54 | + # about: Contribute to our mission! Understand our guidelines to ensure smooth collaboration. |
| 55 | + |
| 56 | + - |
| 57 | + name: Roadmap |
| 58 | + url: https://github.com/block-foundation/roadmap |
| 59 | + about: See where we're headed. Explore our roadmap and upcoming features to get a glimpse of our vision. |
| 60 | + |
| 61 | + # - |
| 62 | + # name: Security Concerns |
| 63 | + # url: https://security.blockfoundation.io |
| 64 | + # about: Found a potential security vulnerability? Please follow our security policy for responsible disclosure. |
| 65 | + |
| 66 | + |
| 67 | +# Tips |
| 68 | +# ============================================================================= |
| 69 | + |
| 70 | +tips: |
| 71 | + |
| 72 | + - |
| 73 | + title: Collaborative Spirit |
| 74 | + content: Our community thrives on collaboration. Please engage constructively, and remember that behind every comment is a fellow human. |
| 75 | + |
| 76 | + - |
| 77 | + title: Check Existing Discussions |
| 78 | + content: Duplicate issues can dilute discussions. Ensure you search existing issues and discussions before posting. |
| 79 | + |
| 80 | + - |
| 81 | + title: Be Descriptive |
| 82 | + content: Clear descriptions and titles, along with reproducible steps or code samples, are invaluable. The more context, the better. |
| 83 | + |
| 84 | + - |
| 85 | + title: Use Labels Appropriately |
| 86 | + content: If our repository supports labels, use them wisely. They help categorize and prioritize issues. |
| 87 | + |
| 88 | + - |
| 89 | + title: Updates & Versions |
| 90 | + content: Specify which version of our software you're using. Always good to check if the issue persists in the latest version. |
| 91 | + |
| 92 | + - |
| 93 | + title: Respect Timelines |
| 94 | + content: Remember, this project is often run by volunteers with commitments outside of this platform. Responses might take time, but they'll come! |
| 95 | + |
0 commit comments