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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,8 @@ You can add a new tool to the collection by following these steps:
39
39
"name": "Your Tool Name",
40
40
"description": "A detailed description of your tool explaining what it does and why it's useful for Android development. Aim for 1-3 sentences that clearly explain the purpose and value.",
-**link**: URL to the official documentation or repository
74
76
-**tags**: At least one descriptive tag (see existing tags below)
75
77
78
+
### Optional Fields
79
+
80
+
You can also include these optional fields:
81
+
82
+
-**authorName**: Name of the tool's author or maintaining organization
83
+
-**authorLink**: URL to the author's website, GitHub profile, or other relevant link
84
+
76
85
### Common Tags
77
86
78
87
Choose from these existing tags or add new ones when appropriate:
@@ -115,6 +124,8 @@ Here's an example of a well-formatted tool submission:
115
124
"name": "App Inspector",
116
125
"description": "App Inspector allows you to examine the component hierarchy and properties of your Android app at runtime, helping you debug layout issues and understand how your UI components interact.",
Copy file name to clipboardExpand all lines: data/bytemask.json
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
"name": "Bytemask",
3
3
"description": "Bytemask is an Android Gradle Plugin that masks your secret strings for the app in the source code making it difficult to extract from reverse engineering.",
0 commit comments