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: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ Please read https://reactjs.org/ and the Code of Conduct before opening an issue
6
6
### Found a bug?
7
7
8
8
##### Before Submitting A Bug Report
9
-
- Please read the [API documentation](https://github.com/vkbansal/react-contextmenu#api) thoroughly
10
-
- Perform a [cursory search](https://github.com/vkbansal/react-contextmenu/issues?utf8=%E2%9C%93&q=is%3Aissue) to see if the problem has already been reported. If it has, add a comment to the existing issue instead of opening a new one.
9
+
- Please read the [API documentation](https://github.com/firefox-devtools/react-contextmenu#api) thoroughly
10
+
- Perform a [cursory search](https://github.com/firefox-devtools/react-contextmenu/issues?utf8=%E2%9C%93&q=is%3Aissue) to see if the problem has already been reported. If it has, add a comment to the existing issue instead of opening a new one.
ContextMenu in React with accessibility support. Live Examples can be found [here](//vkbansal.github.io/react-contextmenu/)
14
4
5
+
This is a fork from [the original project](https://github.com/vkbansal/react-contextmenu) for use with the [firefox profiler](https://github.com/firefox-devtools/profiler/). We
6
+
don't intend to add new features but will fix issues with the existing code, and
7
+
sometimes change it for our usage. We hope it can be useful for more projects.
8
+
9
+
Thanks [Vivek Kumar Bansal](https://github.com/vkbansal) for all the good work
10
+
put in this project.
11
+
15
12
## Table of contents
16
13
17
14
-[Installation](#installation)
@@ -28,13 +25,13 @@ ContextMenu in React with accessibility support. Live Examples can be found [her
@@ -59,4 +59,4 @@ The styling can be apllied to using following classes.
59
59
-`react-contextmenu-wrapper` : applied to wrapper around elements in `ContextMenuTrigger`.
60
60
-`react-contextmenu-submenu` : applied to items that are submenus.
61
61
62
-
> Note: This package does note include any styling by default. You can use [react-contextmenu.css](https://github.com/vkbansal/react-contextmenu/blob/master/examples/react-contextmenu.css) from examples for quick setup.
62
+
> Note: This package does note include any styling by default. You can use [react-contextmenu.css](https://github.com/firefox-devtools/react-contextmenu/blob/master/examples/react-contextmenu.css) from examples for quick setup.
0 commit comments