CodeTriage icon indicating copy to clipboard operation
CodeTriage copied to clipboard

Discover the best way to get started contributing to Open Source projects

Results 150 CodeTriage issues
Sort by recently updated
recently updated
newest added
trafficstars

## Description Hello guys! I saw the issue #954 that said about the amount of code helpers in a repository, so I think than add a new field on database...

Currently there is no way for me to deny an issue which is sent to me for triage. Whenever I deny an issue (either no action is needed on the...

Solving https://github.com/codetriage/codetriage/issues/1145: Disallow invalid characters such as ?= in a username/name parameter. Throw error safely and exit. ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if...

``` 2019-12-23T19:19:10.780770+00:00 app[web.1]: /app/vendor/bundle/ruby/2.7.0/gems/multi_json-1.13.1/lib/multi_json/options_cache.rb:12: warning: Capturing the given block using Proc.new is deprecated; use `&block` instead 2019-12-23T19:19:10.780950+00:00 app[web.1]: # terminated with exception (report_on_exception is true): 2019-12-23T19:19:10.781148+00:00 app[web.1]: /app/vendor/bundle/ruby/2.7.0/gems/multi_json-1.13.1/lib/multi_json/adapters/oj.rb:34:in `load': parser...

Trailing Spaces Removal from .yml Files

For developers who have never contributed to open source projects, getting started working on one can be very intimidating. Suggestion: Add feature that allows a user to subscribe to, or...

https://github.com/codetriage/codetriage/commit/92204af4feed53c45a762ef5d78faee808d089aa

When you bump the version of `neat` it causes failures in an inability to find a mixin for `@media`. I'm not sure if this was a deprecated or removed mixin....

## Description Hello guys! I saw the issue #705 and I think than know how much issues have per day in a repository would be very nice, so I added...

When a repo is renamed then subscribers need to be migrated from one repo to another For example: ``` old_name = "piwik/piwik" new_name = "matomo-org/matomo" old_repo = Repo.where(full_name: old_name).first new_repo...