You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,25 +25,25 @@ Update the CHANGELOG.md with the updates you made, please include the date and G
25
25
When you're done making changes and you'd like to propose them for review, open your PR (pull request).
26
26
27
27
### Submit your PR & get it reviewed
28
-
- Once you submit your PR, others from the Vue Unicorn Log community will review it with you.
28
+
- Once you submit your PR, others from the Vue3 CodeBlock community will review it with you.
29
29
- After that, we may have questions, check back on your PR to keep up with the conversation.
30
30
31
31
### Your PR is merged!
32
32
Congratulations! The whole GitHub community thanks you. :sparkles:
33
33
34
34
Once your PR is merged, you will be proudly listed as a contributor in the [contributor chart](https://github.com/webdevnerdstuff/vue3-code-block/graphs/contributors).
35
35
36
-
### Keep contributing as you use Vue Unicorn Log
36
+
### Keep contributing as you use Vue3 CodeBlock
37
37
38
-
Now that you're a part of the Vue Unicorn Log community, you can keep participating in many ways.
38
+
Now that you're a part of the Vue3 CodeBlock community, you can keep participating in many ways.
39
39
40
40
## Types of contributions
41
-
You can contribute to the Vue Unicorn Log content and site in several ways. This repo is a place to discuss and collaborate on Vue Unicorn Log! Our small, but mighty team is maintaining this repo, to preserve our bandwidth, off topic conversations will be closed.
41
+
You can contribute to the Vue3 CodeBlock content and site in several ways. This repo is a place to discuss and collaborate on Vue3 CodeBlock! Our small, but mighty team is maintaining this repo, to preserve our bandwidth, off topic conversations will be closed.
42
42
43
43
### :mega: Discussions
44
44
Discussions are where we have conversations.
45
45
46
-
If you'd like help troubleshooting a Vue Unicorn Log PR you're working on, have a great new idea, or want to share something amazing you've learned, join us in [discussions](https://github.com/webdevnerdstuff/vue3-code-block/discussions).
46
+
If you'd like help troubleshooting a Vue3 CodeBlock PR you're working on, have a great new idea, or want to share something amazing you've learned, join us in [discussions](https://github.com/webdevnerdstuff/vue3-code-block/discussions).
47
47
48
48
### :beetle: Issues
49
49
[Issues](https://docs.github.com/en/github/managing-your-work-on-github/about-issues) are used to track tasks that contributors can help with.
@@ -75,13 +75,13 @@ suggestions to improve the code or adding of additional features.
75
75
## Opening a pull request
76
76
You can use the GitHub user interface for some small changes, like fixing a typo or updating a readme. You can also fork the repo and then clone it locally, to view changes and run your tests on your machine.
77
77
78
-
## Working in the Vue Unicorn Log repository
79
-
Here's some information that might be helpful while working on a Vue Unicorn Log PR:
78
+
## Working in the Vue3 CodeBlock repository
79
+
Here's some information that might be helpful while working on a Vue3 CodeBlock PR:
80
80
81
81
<!-- - [Development](/contributing/development.md) - This short guide describes how to get this app running on your local machine. -->
82
82
83
83
## Reviewing
84
-
We (usually the Vue Unicorn Log team) review every single PR. The purpose of reviews is to create the best content we can for people who use GitHub.
84
+
We (usually the Vue3 CodeBlock team) review every single PR. The purpose of reviews is to create the best content we can for people who use GitHub.
85
85
86
86
- Reviews are always respectful, acknowledging that everyone did the best possible job with the knowledge they had at the time.
87
87
- Reviews discuss content, not the person who created it.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/BUG_REPORT.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ body:
39
39
id: terms
40
40
attributes:
41
41
label: Code of Conduct
42
-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/webdevnerdstuff/vue3-code-block/blob/main/CODE_OF_CONDUCT.md)
42
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/webdevnerdstuff/vue3-code-block/blob/main/.github/CODE_OF_CONDUCT.md)
43
43
options:
44
44
- label: I agree to follow this project's Code of Conduct
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
20
20
## Description
21
21
22
-
The Vue 3 CodeBlock component leverages the power of [PrismJS](https://prismjs.com/) to provide syntax highlighting for code blocks within your application. The component takes a prop, which is the code to be highlighted, and uses PrismJS to render the code with syntax highlighting. The component supports a variety of programming languages and can be customized with different themes to match your application's design. With this component, your users can display their code snippets with ease and clarity, making it easier to share and collaborate on code within your application.
22
+
The Vue 3 CodeBlock component leverages the power of [PrismJS](https://prismjs.com/)or [PrismJS](https://highlightjs.org/)to provide syntax highlighting for code blocks within your application. The component takes a prop, which is the code to be highlighted, and uses PrismJS or Highlight.js to render the code with syntax highlighting. The component supports a variety of programming languages and can be customized with different themes to match your application's design. With this component, your users can display their code snippets with ease and clarity, making it easier to share and collaborate on code within your application.
0 commit comments