[New Feature] Add contributors list
See original GitHub issue- Add a new option in the navigation panel,
Contributors
- It should contain a list of contributors as received from this API https://github.com/project-travel-mate/server/issues/20
Issue Analytics
- State:
- Created 5 years ago
- Comments:22 (22 by maintainers)
Top Results From Across the Web
How to Create Contributors Lists for Posts - Meta Box
Knowing how to create contributor lists for posts will save you a lot of time and effort. Fortunately, it only takes a few...
Read more >Viewing a project's contributors - GitHub Docs
You can view the top 100 contributors to a repository in the contributors graph. Merge commits and empty commits aren't counted as contributions...
Read more >Recognize all contributors, not just the ones who push code
This is a specification for recognizing contributors to an open-source project in a way that rewards every contribution, not just code.
Read more >Add Contributors to an Experience Builder Site - Salesforce Help
From your site in Experience Builder, go to Workspaces | Administration. · Select Contributors (1) and click Add Contributors (2). Add contributors ·...
Read more >How can I let Contributors create a new list?
I would create a custom webpart with a form for list creation. The list creation can be run within RunWithElevatedPrivileges or through ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Looks good. You can create a PR for this. 👍
We have our own API implemented for this too : https://github.com/project-travel-mate/server/blob/master/api/urls.py#L95
get-contributors/<str:project>
Sure, Go ahead 👍