-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: create join community custom component
- Loading branch information
1 parent
b1893bd
commit c13b846
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import React from "react"; | ||
import JoinCommunity from "../join-comm.mdx"; | ||
|
||
/** | ||
* Creates a link with an open new tab icon. | ||
* @param params The parameters for the component. | ||
* @returns The component. | ||
*/ | ||
const MarkdownComp: React.FC = () => { | ||
return ( | ||
<JoinCommunity/> | ||
); | ||
} | ||
|
||
export default MarkdownComp; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
We believe that everyone has something unique to offer, and we invite you to contribute to [Velaptor](https://github.com/KinsonDigital/Velaptor) | ||
and the [KinsonDigital](https://github.com/KinsonDigital) organization. | ||
|
||
<details closed> | ||
<summary> | ||
Interested? | ||
</summary> | ||
|
||
1. **Contribute Your Skills**: Whether you're a seasoned developer or just starting, your skills can make a difference. You can contribute by: | ||
- Picking up [issues](https://github.com/KinsonDigital/Velaptor/issues) and submitting pull requests with code improvements, bug fixes, or new features. | ||
- Providing feedback, reporting [issues](https://github.com/KinsonDigital/Velaptor/issues/new/choose), or suggesting enhancements through GitHub issues. | ||
|
||
2. **Support Us Financially**: If you're in a position to do so, consider supporting us financially. Your contributions can help us cover expenses | ||
like hosting and infrastructure costs, and support the ongoing development and maintenance of all [KinsonDigital](https://github.com/KinsonDigital) projects. | ||
You can donate or sponsor us on: | ||
- [GitHub Sponsors](https://github.com/sponsors/KinsonDigital) | ||
- [Open Collective](https://opencollective.com/kinsondigital) | ||
|
||
Remember, every contribution, no matter how small, is valuable and appreciated. By contributing, you're | ||
not just helping us, you're helping the entire community by making game development better and more efficient. | ||
Come, join us on this and be involved in making something amazing together! | ||
|
||
</details> |